guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python-wrapt: Update to 1.11.1.


From: guix-commits
Subject: 02/03: gnu: python-wrapt: Update to 1.11.1.
Date: Tue, 22 Jan 2019 04:48:00 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit dddd7a75fa27c7e315a50efebd0111a29acb6734
Author: Efraim Flashner <address@hidden>
Date:   Tue Jan 22 11:23:45 2019 +0200

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a7b8977..e1bf779 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6052,14 +6052,14 @@ and MAC network addresses.")
 (define-public python-wrapt
   (package
     (name "python-wrapt")
-    (version "1.10.11")
+    (version "1.11.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "wrapt" version))
         (sha256
           (base32
-            "1ip3dwib39xhp79kblskgvz3fjzcwxgx3fs3ahdixhpjg7a61mfl"))))
+            "0cqmysny1pz01jw26q48q5zasvns6507rwhgm6wcw743f0r01sja"))))
     (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]