aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-01-24 14:14:21 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-01-24 23:27:04 +0100
commit02d7f3370560101bd672ff97ef56be803374ab50 (patch)
tree98fd702b669b0aeb55a40456be8cd02a566d53c2
parentccc18762101417cc7709bba57158c9e38116fa3b (diff)
downloadguix-02d7f3370560101bd672ff97ef56be803374ab50.tar
guix-02d7f3370560101bd672ff97ef56be803374ab50.tar.gz
gnu: python-debian: Update to 0.1.28.
* gnu/packages/python.scm (python-debian): Update to 0.1.28.
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index cf9045c5cc..8954231c7e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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)))