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:
parent
a56b000745
commit
014f1b607f
1 changed files with 2 additions and 2 deletions
|
@ -4347,7 +4347,7 @@ software version simply.")
|
||||||
(define-public python-deprecated
|
(define-public python-deprecated
|
||||||
(package
|
(package
|
||||||
(name "python-deprecated")
|
(name "python-deprecated")
|
||||||
(version "1.2.5")
|
(version "1.2.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4357,7 +4357,7 @@ software version simply.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14909glxxwwc4b9qpz2b9jdriwzi5n65ichw85xqppap5f79wcwz"))))
|
"0v4ys9xr8lski2r98da99spsj6hjlnnqgnhhmyhrm66myiix885c"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
Reference in a new issue