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: Ia478f15f4c3daf2f5e05e1f3d94d50a7de40f13cmaster
parent
813712ccf2
commit
f6f52bb8f9
|
@ -3792,7 +3792,7 @@ PickleShare.")
|
||||||
(define-public python-apsw
|
(define-public python-apsw
|
||||||
(package
|
(package
|
||||||
(name "python-apsw")
|
(name "python-apsw")
|
||||||
(version "3.42.0.1")
|
(version "3.45.1.0")
|
||||||
;; The compressed release has fetching functionality disabled.
|
;; The compressed release has fetching functionality disabled.
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -3802,11 +3802,11 @@ PickleShare.")
|
||||||
version "/apsw-" version ".zip"))
|
version "/apsw-" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dr7zymn45x2793cilr709rnwn9g1c4n4vzln57y2lhj7420ykic"))))
|
"1vfrzb414pbh5k0cgcqkp039jvla2galapn4a551zgh8xi70bnrp"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-cython unzip))
|
(list unzip))
|
||||||
(inputs (list sqlite-next)) ;SQLite 3.42 required.
|
(inputs (list sqlite-next)) ;SQLite 3.45.1 required.
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Reference in New Issue