gnu: python-deprecated: Update to 1.2.14.
* gnu/packages/python-xyz.scm (python-deprecated): Update to 1.2.14.
This commit is contained in:
parent
7bdf4aa3bb
commit
9d87b400a6
1 changed files with 3 additions and 9 deletions
|
@ -6155,7 +6155,7 @@ software version simply.")
|
||||||
(define-public python-deprecated
|
(define-public python-deprecated
|
||||||
(package
|
(package
|
||||||
(name "python-deprecated")
|
(name "python-deprecated")
|
||||||
(version "1.2.13")
|
(version "1.2.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6165,14 +6165,8 @@ software version simply.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0v4ys9xr8lski2r98da99spsj6hjlnnqgnhhmyhrm66myiix885c"))))
|
"0knjsacv0r4gyz6ngjn3ih6352yz05r63ll73y2cg162bzcak48z"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
|
||||||
`(#:phases (modify-phases %standard-phases
|
|
||||||
(replace 'check
|
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
|
||||||
(when tests?
|
|
||||||
(invoke "pytest")))))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-wrapt))
|
(list python-wrapt))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue