gnu: python-debian: Update to 0.1.28.

* gnu/packages/python.scm (python-debian): Update to 0.1.28.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -7021,7 +7021,7 @@ serve the same purpose: provide Python bindings for libmagic.")))
(define-public python-debian
(package
(name "python-debian")
(version "0.1.23")
(version "0.1.28")
(source
(origin
(method url-fetch)
@ -7030,7 +7030,7 @@ serve the same purpose: provide Python bindings for libmagic.")))
version ".tar.gz"))
(sha256
(base32
"193faznwnjc3n5991wyzim6h9gyq1zxifmfrnpm3avgkh7ahyynh"))))
"0i15f0xzx679sd0ldq2sls9pnnps9fv6vhqvnv9dzf4qhma42i0y"))))
(build-system python-build-system)
(propagated-inputs
`(("python-six" ,python-six)))