* [bug#64899] [PATCH 0/1] Update sqlite-next (3.42.0) and python-apsw (3.42.0.1).
@ 2023-07-27 14:34 Hilton Chain via Guix-patches via
2023-07-27 14:37 ` [bug#64899] [PATCH 1/1] gnu: python-apsw: Update to 3.42.0.1 Hilton Chain via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-07-27 14:34 UTC (permalink / raw)
To: 64899; +Cc: Hilton Chain
Hello Guix!
This patch updates sqlite-next and python-apsw. They are put together since
the old python-apsw won't compile with the new sqlite-next.
Thanks
Hilton Chain (1):
gnu: python-apsw: Update to 3.42.0.1.
gnu/packages/databases.scm | 6 +++---
gnu/packages/sqlite.scm | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
base-commit: c7e45139faa27b60f2c7d0a4bc140f9793d97d47
--
2.41.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#64899] [PATCH 1/1] gnu: python-apsw: Update to 3.42.0.1.
2023-07-27 14:34 [bug#64899] [PATCH 0/1] Update sqlite-next (3.42.0) and python-apsw (3.42.0.1) Hilton Chain via Guix-patches via
@ 2023-07-27 14:37 ` Hilton Chain via Guix-patches via
2023-09-12 7:47 ` Christopher Baines
0 siblings, 1 reply; 3+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-07-27 14:37 UTC (permalink / raw)
To: 64899; +Cc: Hilton Chain
* gnu/packages/databases.scm (python-apsw): Update to 3.42.0.1.
* gnu/packages/sqlite.scm (sqlite-next): Update to 3.42.0.
---
gnu/packages/databases.scm | 6 +++---
gnu/packages/sqlite.scm | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 6e8fe4cfb6..c46a9db47d 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3705,7 +3705,7 @@ (define-public python-pickleshare
(define-public python-apsw
(package
(name "python-apsw")
- (version "3.40.0.0")
+ (version "3.42.0.1")
;; The compressed release has fetching functionality disabled.
(source
(origin
@@ -3715,11 +3715,11 @@ (define-public python-apsw
version "/apsw-" version ".zip"))
(sha256
(base32
- "02sgja00azvd08wi2wm105apmhp2644s7aw9b1zdg3dkcwjnsiad"))))
+ "0dr7zymn45x2793cilr709rnwn9g1c4n4vzln57y2lhj7420ykic"))))
(build-system pyproject-build-system)
(native-inputs
(list python-cython unzip))
- (inputs (list sqlite-next)) ;SQLite 3.40 required.
+ (inputs (list sqlite-next)) ;SQLite 3.42 required.
(arguments
(list
#:phases
diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index 2e727bd933..a4db47270d 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -115,10 +115,10 @@ (define-public sqlite
(define-public sqlite-next
(package
(inherit sqlite)
- (version "3.40.0")
+ (version "3.42.0")
(source (origin
(method url-fetch)
(uri (sqlite-uri version 2022))
(sha256
(base32
- "1rw0i63822pdkb3a16sqj4jdcp5zg0ffjmi26mshqw6jfqh5acq3"))))))
+ "19lc11fwl7jfv94hnjih0gr41jakz38ra23cbk5449vf3hbgvg3s"))))))
--
2.41.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-09-12 7:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-27 14:34 [bug#64899] [PATCH 0/1] Update sqlite-next (3.42.0) and python-apsw (3.42.0.1) Hilton Chain via Guix-patches via
2023-07-27 14:37 ` [bug#64899] [PATCH 1/1] gnu: python-apsw: Update to 3.42.0.1 Hilton Chain via Guix-patches via
2023-09-12 7:47 ` Christopher Baines
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).