guix-commits
[Top][All Lists]
Advanced

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

13/29: gnu: python-configparser: Update to 3.7.1.


From: guix-commits
Subject: 13/29: gnu: python-configparser: Update to 3.7.1.
Date: Sat, 9 Feb 2019 15:55:23 -0500 (EST)

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

commit 84127f8c300b6485d1fc476ccb2a0bf06cea683e
Author: Marius Bakke <address@hidden>
Date:   Fri Feb 8 18:48:46 2019 +0100

    gnu: python-configparser: Update to 3.7.1.
    
    * gnu/packages/python-xyz.scm (python-configparser): Update to 3.7.1.
    [source](uri): Use PYPI-URI.
---
 gnu/packages/python-xyz.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f2ef078..89a1ec0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11348,17 +11348,14 @@ of @code{functools.lru_cache} from python 3.3.")
 (define-public python-configparser
   (package
     (name "python-configparser")
-    (version "3.5.0")
+    (version "3.7.1")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://bitbucket.org/ambv/configparser/get/";
-             version ".tar.bz2"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (uri (pypi-uri "configparser" version))
        (sha256
         (base32
-         "0waq40as14abwzbb321hfz4vr1fi363nscy32ga14qvfygrg96wa"))))
+         "0cnz213il9lhgda6x70fw7mfqr8da43s3wm343lwzhqx94mgmmav"))))
     (build-system python-build-system)
     (home-page "https://github.com/jaraco/configparser/";)
     (synopsis "Backport of configparser from python 3.5")



reply via email to

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