mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: python-debian: Update to 0.1.28.
* gnu/packages/python.scm (python-debian): Update to 0.1.28.
This commit is contained in:
parent
ccc1876210
commit
02d7f33705
1 changed files with 2 additions and 2 deletions
|
@ -7021,7 +7021,7 @@ (define-public python2-file
|
||||||
(define-public python-debian
|
(define-public python-debian
|
||||||
(package
|
(package
|
||||||
(name "python-debian")
|
(name "python-debian")
|
||||||
(version "0.1.23")
|
(version "0.1.28")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7030,7 +7030,7 @@ (define-public python-debian
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"193faznwnjc3n5991wyzim6h9gyq1zxifmfrnpm3avgkh7ahyynh"))))
|
"0i15f0xzx679sd0ldq2sls9pnnps9fv6vhqvnv9dzf4qhma42i0y"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-six" ,python-six)))
|
`(("python-six" ,python-six)))
|
||||||
|
|
Loading…
Reference in a new issue