gnu: python-stdnum: Update to 1.14.
* gnu/packages/finance.scm (python-stdnum): Update to 1.14.
This commit is contained in:
parent
d079145de7
commit
e918eaf552
1 changed files with 4 additions and 7 deletions
|
@ -1028,14 +1028,13 @@ agent.")
|
||||||
(define-public python-stdnum
|
(define-public python-stdnum
|
||||||
(package
|
(package
|
||||||
(name "python-stdnum")
|
(name "python-stdnum")
|
||||||
(version "1.13")
|
(version "1.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "python-stdnum" version))
|
(uri (pypi-uri "python-stdnum" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "070vd9zgvq0jchs4xc4j1h4r1l1lg4wwb8xs3p25k8c2xjw94fpx"))))
|
||||||
"0q4128rjdgavywhzlm2gz2n5ybc9b9sxs81g50dvxf5q7z9q63qj"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
|
@ -1044,10 +1043,8 @@ agent.")
|
||||||
(invoke "nosetests"))))))
|
(invoke "nosetests"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)))
|
`(("python-nose" ,python-nose)))
|
||||||
(home-page
|
(home-page "https://arthurdejong.org/python-stdnum/")
|
||||||
"https://arthurdejong.org/python-stdnum/")
|
(synopsis "Python module to handle standardized number and code formats")
|
||||||
(synopsis
|
|
||||||
"Python module to handle standardized number and code formats")
|
|
||||||
(description
|
(description
|
||||||
"This is a Python library that aims to provide functions to handle,
|
"This is a Python library that aims to provide functions to handle,
|
||||||
parse and validate standard numbers.
|
parse and validate standard numbers.
|
||||||
|
|
Reference in a new issue