GNU bug report logs -
#71511
[PATCH] gnu: sqlite-next: Update to 3.46.0.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Wed, 12 Jun 2024 10:45:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 71511 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/databases.scm (python-apsw): Update to 3.46.0.0.
Change-Id: I1c6896910f78da77b071b4301762e85fa9f25546
---
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 f6e608d99a..3d2a9c309e 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3882,7 +3882,7 @@ (define-public python-pickleshare
(define-public python-apsw
(package
(name "python-apsw")
- (version "3.45.1.0")
+ (version "3.46.0.0")
;; The compressed release has fetching functionality disabled.
(source
(origin
@@ -3892,7 +3892,7 @@ (define-public python-apsw
version "/apsw-" version ".zip"))
(sha256
(base32
- "1vfrzb414pbh5k0cgcqkp039jvla2galapn4a551zgh8xi70bnrp"))))
+ "10yfbasi4mq63g0svyl1h49ylwn9znjylq78id16dzxzk9q9ipdx"))))
(build-system pyproject-build-system)
(native-inputs
(list unzip))
--
2.45.1
This bug report was last modified 334 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.