GNU bug report logs -
#68206
[PATCH 0/2] Update python-sqlite-utils to 3.36.
Previous Next
Reported by: Felix Gruber <felgru <at> posteo.net>
Date: Tue, 2 Jan 2024 14:55:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 68206 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/databases.scm (python-sqlite-utils): Update to 3.36.
Change-Id: I4f011385ae4e3e237f2278e75e2a198c0e63e686
---
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 1ca534aa00..5158282de2 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3678,7 +3678,7 @@ (define-public python-sqlite-fts4
(define-public python-sqlite-utils
(package
(name "python-sqlite-utils")
- (version "3.32.1")
+ (version "3.36")
(source (origin
(method git-fetch) ;for tests
(uri (git-reference
@@ -3687,7 +3687,7 @@ (define-public python-sqlite-utils
(file-name (git-file-name name version))
(sha256
(base32
- "1qf9zwn9gdkx8825klicwkw8zj5wpidd8csdhjxvybq56nkgnrpm"))))
+ "0g6sy7ps12nylww2h2pm8j3hizjzdnf4gpbb0v4h3wj7bj436db4"))))
(build-system pyproject-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases
--
2.43.0
This bug report was last modified 116 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.