guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: python-apsw: Update to 3.9.2-r1.


From: Efraim Flashner
Subject: 03/03: gnu: python-apsw: Update to 3.9.2-r1.
Date: Mon, 01 Feb 2016 04:29:13 +0000

efraim pushed a commit to branch master
in repository guix.

commit 917708c276b0583a60b34084e1bb23219b1272bf
Author: Efraim Flashner <address@hidden>
Date:   Sun Jan 31 22:53:59 2016 +0200

    gnu: python-apsw: Update to 3.9.2-r1.
    
    * gnu/packages/python.scm (python-apsw): Update to 3.9.2-r1.
    [source]: Change to pypi uri syntax.
---
 gnu/packages/python.scm |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 987b323..433fe3c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4459,17 +4459,14 @@ implementation of D-Bus.")
 (define-public python-apsw
   (package
     (name "python-apsw")
-    (version "3.8.7.3-r1")
+    (version "3.9.2-r1")
     (source
       (origin
         (method url-fetch)
-        (uri (string-append
-              "https://pypi.python.org/packages/source/a/apsw/apsw-";
-              version
-              ".tar.gz"))
+        (uri (pypi-uri "apsw" version))
         (sha256
           (base32
-            "1rgxdypg7hym0qny15rx5khrghx9fkppfgsfa2s8lg917924mv7l"))))
+           "0w4jb0wpx785qw42r3h4fh7gl5w2968q48i7gygybsfxck8nzffs"))))
     (build-system python-build-system)
     (inputs
       `(("python-setuptools" ,python-setuptools)



reply via email to

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