summary refs log tree commit diff
diff options
context:
space:
mode:
authorJelle Licht <jlicht@fsfe.org>2017-09-11 23:48:33 +0200
committerJelle Licht <jlicht@fsfe.org>2017-09-12 00:09:27 +0200
commitb83ad3ace56c65a367e8f58c7b78323cf251b94b (patch)
tree8620d7f6811e1b88b80b477a62ca8f42e63dd990
parentaccf6c6acc130fe3b9060a2dd802bd104a464b84 (diff)
downloadguix-b83ad3ace56c65a367e8f58c7b78323cf251b94b.tar.gz
gnu: python-apsw: Update to 3.20.1-r1.
* gnu/packages/python.scm (python-apsw): Update to 3.20.1-r1.
[origin]: Change to updated upstream url.
-rw-r--r--gnu/packages/python.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 3609ff055c..6b9fe0325c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6089,14 +6089,15 @@ implementation of D-Bus.")
 (define-public python-apsw
   (package
     (name "python-apsw")
-    (version "3.9.2-r1")
+    (version "3.20.1-r1")
     (source
       (origin
         (method url-fetch)
-        (uri (pypi-uri "apsw" version))
+        (uri (string-append "https://github.com/rogerbinns/apsw/archive/"
+                            version ".tar.gz"))
         (sha256
           (base32
-           "0w4jb0wpx785qw42r3h4fh7gl5w2968q48i7gygybsfxck8nzffs"))))
+           "00ai7m2pqi26qaflhz314d8k5i3syw7xzr145fhfl0crhyh6adz2"))))
     (build-system python-build-system)
     (inputs
       `(("sqlite" ,sqlite)))