me
/
guix
Archived
1
0
Fork 0

gnu: python-stdnum: Update to 1.18.

* gnu/packages/finance.scm (python-stdnum): Update to 1.18.
master
Andreas Enge 2023-04-22 11:02:06 +02:00
parent d1252b597d
commit 1c966023e8
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 2 deletions

View File

@ -1364,13 +1364,13 @@ features:
(define-public python-stdnum
(package
(name "python-stdnum")
(version "1.17")
(version "1.18")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-stdnum" version))
(sha256
(base32 "0h4369b7gws5w5s2vhq590bk219y5k53zcmha2zwsb4i2dg2nkip"))))
(base32 "1h5y4qx75b6i2051ch8k0pcwkvhxzpaqd9mpsajkvqlsqkcn7ixw"))))
(build-system python-build-system)
(arguments
'(#:phases (modify-phases %standard-phases