all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52259] [PATCH 1/3] gnu: python-stdnum: Update to 1.17.
@ 2021-12-03 13:39 Hartmut Goebel
  2021-12-03 13:41 ` [bug#52259] [PATCH 2/3] gnu: trytond: Fix import of trytond modules Hartmut Goebel
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Hartmut Goebel @ 2021-12-03 13:39 UTC (permalink / raw)
  To: 52259

* gnu/packages/finance.scm (python-stdnum): Update to 1.17.
---
 gnu/packages/finance.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 0bb9c79520..191529ce40 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1157,13 +1157,13 @@ agent.")
 (define-public python-stdnum
   (package
     (name "python-stdnum")
-    (version "1.14")
+    (version "1.17")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "python-stdnum" version))
        (sha256
-        (base32 "070vd9zgvq0jchs4xc4j1h4r1l1lg4wwb8xs3p25k8c2xjw94fpx"))))
+        (base32 "0h4369b7gws5w5s2vhq590bk219y5k53zcmha2zwsb4i2dg2nkip"))))
     (build-system python-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
-- 
2.30.2





^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-12-18 15:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-03 13:39 [bug#52259] [PATCH 1/3] gnu: python-stdnum: Update to 1.17 Hartmut Goebel
2021-12-03 13:41 ` [bug#52259] [PATCH 2/3] gnu: trytond: Fix import of trytond modules Hartmut Goebel
2021-12-03 13:41 ` [bug#52259] [PATCH 3/3] gnu: trytond: Ensure all modules are found Hartmut Goebel
2021-12-14  8:15   ` zimoun
2021-12-18 14:21     ` Hartmut Goebel
2021-12-18 15:17       ` zimoun
     [not found] ` <handler.52259.B.16385387683881.ack@debbugs.gnu.org>
2021-12-18 14:21   ` bug#52259: Acknowledgement ([PATCH 1/3] gnu: python-stdnum: Update to 1.17.) Hartmut Goebel

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.