guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: python-apsw: Update to 3.36.0-r


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: python-apsw: Update to 3.36.0-r1.
Date: Sat, 14 Aug 2021 10:19:06 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 34a4f5c  gnu: python-apsw: Update to 3.36.0-r1.
34a4f5c is described below

commit 34a4f5c50cf5b25928ff7937bec315458eb32b09
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Aug 14 16:17:57 2021 +0200

    gnu: python-apsw: Update to 3.36.0-r1.
    
    * gnu/packages/databases.scm (python-apsw): Update to 3.36.0-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 36b8b82..66d9557 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3154,7 +3154,7 @@ PickleShare.")
 (define-public python-apsw
   (package
     (name "python-apsw")
-    (version "3.31.1-r1")
+    (version "3.36.0-r1")
     (source
       (origin
         (method url-fetch)
@@ -3162,7 +3162,7 @@ PickleShare.")
                             "/download/" version "/apsw-" version ".zip"))
         (sha256
           (base32
-           "1gap5lr6c7bp134nzvfwr693i6d0fqyaysg3ms2cayjldv616yfx"))))
+           "0w8q73147hv77dlpqrx6h1gx03acc8xqhvdpfp6vkffdm0wmqd8p"))))
     (build-system python-build-system)
     (native-inputs
      `(("unzip" ,unzip)))



reply via email to

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