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 #14 received at 68206 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/databases.scm (python-sqlite-utils): Update to 3.38.
Change-Id: I16347a6b1cb6326d5aaad03a72c3d626477f9280
---
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 a758f9924e..edcf536f7d 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -4110,7 +4110,7 @@ (define-public python-sqlite-fts4
(define-public python-sqlite-utils
(package
(name "python-sqlite-utils")
- (version "3.32.1")
+ (version "3.38")
(source (origin
(method git-fetch) ;for tests
(uri (git-reference
@@ -4119,7 +4119,7 @@ (define-public python-sqlite-utils
(file-name (git-file-name name version))
(sha256
(base32
- "1qf9zwn9gdkx8825klicwkw8zj5wpidd8csdhjxvybq56nkgnrpm"))))
+ "1rai8rbw5drxppypyl3r8j9gr12278h3snkj7l280zkskbxxh7hf"))))
(build-system pyproject-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases
base-commit: d1e3c41abdda9f8e9f1283376feb853670393793
--
2.47.1
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.