[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: python-apsw: Update to 3.31.1-r1.
From: |
guix-commits |
Subject: |
03/04: gnu: python-apsw: Update to 3.31.1-r1. |
Date: |
Fri, 3 Apr 2020 10:05:24 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit d05e3b08ea0ca6dde6b2a27de5c1bba9cd60e132
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Apr 3 16:00:43 2020 +0200
gnu: python-apsw: Update to 3.31.1-r1.
* gnu/packages/databases.scm (python-apsw): Update to 3.31.1-r1.
---
gnu/packages/databases.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 2a026b1..4ed1810 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2674,7 +2674,7 @@ PickleShare.")
(define-public python-apsw
(package
(name "python-apsw")
- (version "3.28.0-r1")
+ (version "3.31.1-r1")
(source
(origin
(method url-fetch)
@@ -2682,7 +2682,7 @@ PickleShare.")
"/download/" version "/apsw-" version ".zip"))
(sha256
(base32
- "0x62534l5hcgwrc4k2gxpdzc1sxlhm6m4nwlay74rnmr77qh8wly"))))
+ "1gap5lr6c7bp134nzvfwr693i6d0fqyaysg3ms2cayjldv616yfx"))))
(build-system python-build-system)
(native-inputs
`(("unzip" ,unzip)))