gnu: python-deprecated: Update to 1.2.13.

* gnu/packages/python-xyz.scm (python-deprecated): Update to 1.2.13.
This commit is contained in:
Efraim Flashner 2021-10-27 20:09:21 +03:00
parent a56b000745
commit 014f1b607f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4347,7 +4347,7 @@ (define-public python-bumpversion
(define-public python-deprecated
(package
(name "python-deprecated")
(version "1.2.5")
(version "1.2.13")
(source
(origin
(method git-fetch)
@ -4357,7 +4357,7 @@ (define-public python-deprecated
(file-name (git-file-name name version))
(sha256
(base32
"14909glxxwwc4b9qpz2b9jdriwzi5n65ichw85xqppap5f79wcwz"))))
"0v4ys9xr8lski2r98da99spsj6hjlnnqgnhhmyhrm66myiix885c"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases