[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: python-apsw: Update to 3.45.1.0.
From: |
guix-commits |
Subject: |
05/08: gnu: python-apsw: Update to 3.45.1.0. |
Date: |
Thu, 1 Feb 2024 01:24:49 -0500 (EST) |
hako pushed a commit to branch master
in repository guix.
commit f6f52bb8f951953e762ad8503222d2fe547cc90f
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Thu Feb 1 11:37:13 2024 +0800
gnu: python-apsw: Update to 3.45.1.0.
* gnu/packages/databases.scm (python-apsw): Update to 3.45.1.0.
[native-inputs]: Remove python-cython.
Change-Id: Ia478f15f4c3daf2f5e05e1f3d94d50a7de40f13c
---
gnu/packages/databases.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index b56767d311..903088ed4b 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3792,7 +3792,7 @@ PickleShare.")
(define-public python-apsw
(package
(name "python-apsw")
- (version "3.42.0.1")
+ (version "3.45.1.0")
;; The compressed release has fetching functionality disabled.
(source
(origin
@@ -3802,11 +3802,11 @@ PickleShare.")
version "/apsw-" version ".zip"))
(sha256
(base32
- "0dr7zymn45x2793cilr709rnwn9g1c4n4vzln57y2lhj7420ykic"))))
+ "1vfrzb414pbh5k0cgcqkp039jvla2galapn4a551zgh8xi70bnrp"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-cython unzip))
- (inputs (list sqlite-next)) ;SQLite 3.42 required.
+ (list unzip))
+ (inputs (list sqlite-next)) ;SQLite 3.45.1 required.
(arguments
(list
#:phases
- branch master updated (c76004c574 -> 1eeeeb8add), guix-commits, 2024/02/01
- 06/08: gnu: virt-manager: Update package style., guix-commits, 2024/02/01
- 05/08: gnu: python-apsw: Update to 3.45.1.0.,
guix-commits <=
- 07/08: gnu: virt-manager: Fix qemu path substitution., guix-commits, 2024/02/01
- 04/08: gnu: sqlite-next: Update to 3.45.1., guix-commits, 2024/02/01
- 02/08: gnu: age-keygen: Move to (gnu packages golang-crypto)., guix-commits, 2024/02/01
- 01/08: gnu: age: Move to (gnu packages golang-crypto)., guix-commits, 2024/02/01
- 08/08: gnu: virt-manager: Don't propagate qemu., guix-commits, 2024/02/01
- 03/08: gnu: mpv-mpris: Switch to gnu-build-system., guix-commits, 2024/02/01