[bug#64899,1/1] gnu: python-apsw: Update to 3.42.0.1.
Commit Message
* 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(-)
Comments
Hilton Chain via Guix-patches via <guix-patches@gnu.org> writes:
> * 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(-)
Personally I think we can't go down the route of trying to group changes
in to single commits to avoid breaking packages, as that would cause too
many problems for more complex changes.
Therefore, I've gone ahead and split this commit in two and pushed it to
master as d6ad06cd6c9d96735aea5fe98c7dbf27adec25db.
Thanks,
Chris
@@ -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
@@ -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"))))))