[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: python-apsw: Update to 3.20.1-r1.
From: |
Jelle Licht |
Subject: |
02/02: gnu: python-apsw: Update to 3.20.1-r1. |
Date: |
Wed, 13 Sep 2017 04:40:14 -0400 (EDT) |
jlicht pushed a commit to branch core-updates
in repository guix.
commit b83ad3ace56c65a367e8f58c7b78323cf251b94b
Author: Jelle Licht <address@hidden>
Date: Mon Sep 11 23:48:33 2017 +0200
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.
---
gnu/packages/python.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 3609ff0..6b9fe03 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)))