guix-commits
[Top][All Lists]
Advanced

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

12/51: gnu: python2-pathlib2: Update to 2.3.5.


From: guix-commits
Subject: 12/51: gnu: python2-pathlib2: Update to 2.3.5.
Date: Fri, 24 Jan 2020 14:48:12 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 87a49025e9c6dec06f12df5f382fed5bf8906789
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 15 21:53:38 2020 +0100

    gnu: python2-pathlib2: Update to 2.3.5.
    
    * gnu/packages/python-xyz.scm (python2-pathlib2): Update to 2.3.5.
---
 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 e3ff646..5713bb3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9455,13 +9455,13 @@ anymore.")
 (define-public python2-pathlib2
   (package
     (name "python2-pathlib2")
-    (version "2.3.3")
+    (version "2.3.5")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "pathlib2" version))
               (sha256
                (base32
-                "0hpp92vqqgcd8h92msm9slv161b1q160igjwnkf2ag6cx0c96695"))))
+                "0s4qa8c082fdkb17izh4mfgwrjd1n5pya18wvrbwqdvvb5xs9nbc"))))
     (build-system python-build-system)
     ;; We only need the the Python 2 variant, since for Python 3 our minimum
     ;; version is 3.4 which already includes this package as part of the



reply via email to

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