gnu: python-debian: Update to 0.1.28.

* gnu/packages/python.scm (python-debian): Update to 0.1.28.
This commit is contained in:
Tobias Geerinckx-Rice 2017-01-24 14:14:21 +01:00
parent ccc1876210
commit 02d7f33705
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -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)))