GNU bug report logs -
#63474
[PATCH] gnu: python-sqlite-utils: Update to 3.31.
Previous Next
Reported by: Felix Gruber <felgru <at> posteo.net>
Date: Fri, 12 May 2023 22:30:02 UTC
Severity: normal
Tags: patch
Done: "jgart" <jgart <at> dismail.de>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/databases.scm (python-sqlite-utils): Update to 3.31.
---
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 56b971206a..9106004315 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3590,7 +3590,7 @@ (define-public python-sqlite-fts4
(define-public python-sqlite-utils
(package
(name "python-sqlite-utils")
- (version "3.30")
+ (version "3.31")
(source (origin
(method git-fetch) ;for tests
(uri (git-reference
@@ -3599,7 +3599,7 @@ (define-public python-sqlite-utils
(file-name (git-file-name name version))
(sha256
(base32
- "1a58syvh5jp40vi5libsxkqy99z75kj4ckxqmylbhd342ppfy1wp"))))
+ "1bcm67m9czjzwjzqzh5ldirh9fpxk56i4hxh5wm0pdgc1lw8rz01"))))
(build-system pyproject-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases
--
2.39.2
This bug report was last modified 2 years ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.