guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-sqlite-utils: Update to 3.32.1.


From: guix-commits
Subject: branch master updated: gnu: python-sqlite-utils: Update to 3.32.1.
Date: Mon, 22 May 2023 00:34:53 -0400

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

jgart pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3abcf1663b gnu: python-sqlite-utils: Update to 3.32.1.
3abcf1663b is described below

commit 3abcf1663b86bc075e29563140698d8bfae44992
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Fri May 12 22:29:03 2023 +0000

    gnu: python-sqlite-utils: Update to 3.32.1.
    
    * gnu/packages/databases.scm (python-sqlite-utils): Update to 3.32.1.
    
    Co-authored-by: jgart <jgart@dismail.de>
---
 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 3eaaf21a8c..43f5f9c072 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3607,7 +3607,7 @@ text search extension.")
 (define-public python-sqlite-utils
   (package
     (name "python-sqlite-utils")
-    (version "3.30")
+    (version "3.32.1")
     (source (origin
               (method git-fetch)        ;for tests
               (uri (git-reference
@@ -3616,7 +3616,7 @@ text search extension.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1a58syvh5jp40vi5libsxkqy99z75kj4ckxqmylbhd342ppfy1wp"))))
+                "1qf9zwn9gdkx8825klicwkw8zj5wpidd8csdhjxvybq56nkgnrpm"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:phases #~(modify-phases %standard-phases



reply via email to

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