guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/20: gnu: python-debian: Update to 0.1.28.


From: Tobias Geerinckx-Rice
Subject: 08/20: gnu: python-debian: Update to 0.1.28.
Date: Tue, 24 Jan 2017 23:11:47 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 02d7f3370560101bd672ff97ef56be803374ab50
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jan 24 14:14:21 2017 +0100

    gnu: python-debian: Update to 0.1.28.
    
    * gnu/packages/python.scm (python-debian): Update to 0.1.28.
---
 gnu/packages/python.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index cf9045c..8954231 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]