guix-commits
[Top][All Lists]
Advanced

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

33/37: gnu: python-wrapt: Update to 1.10.11.


From: Marius Bakke
Subject: 33/37: gnu: python-wrapt: Update to 1.10.11.
Date: Wed, 28 Feb 2018 10:33:55 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 836de07a47aa4a982fe99b774da2db53e235f2ca
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 28 13:54:08 2018 +0100

    gnu: python-wrapt: Update to 1.10.11.
    
    * gnu/packages/python.scm (python-wrapt): Update to 1.10.11.
---
 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 80ea4ca..fc906e6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5896,14 +5896,14 @@ and MAC network addresses.")
 (define-public python-wrapt
   (package
     (name "python-wrapt")
-    (version "1.10.8")
+    (version "1.10.11")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "wrapt" version))
         (sha256
           (base32
-            "0wrcm1mydvfivbkzz0h81ygzdchnscshi6xvy5n3r21r9s0px8af"))))
+            "1ip3dwib39xhp79kblskgvz3fjzcwxgx3fs3ahdixhpjg7a61mfl"))))
     (build-system python-build-system)
     (arguments
      ;; Tests are not included in the tarball, they are only available in the



reply via email to

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