mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-apsw: Update to 3.36.0-r1.
* gnu/packages/databases.scm (python-apsw): Update to 3.36.0-r1.
This commit is contained in:
parent
b417dde293
commit
34a4f5c50c
1 changed files with 2 additions and 2 deletions
|
@ -3154,7 +3154,7 @@ PickleShare.")
|
||||||
(define-public python-apsw
|
(define-public python-apsw
|
||||||
(package
|
(package
|
||||||
(name "python-apsw")
|
(name "python-apsw")
|
||||||
(version "3.31.1-r1")
|
(version "3.36.0-r1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3162,7 +3162,7 @@ PickleShare.")
|
||||||
"/download/" version "/apsw-" version ".zip"))
|
"/download/" version "/apsw-" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gap5lr6c7bp134nzvfwr693i6d0fqyaysg3ms2cayjldv616yfx"))))
|
"0w8q73147hv77dlpqrx6h1gx03acc8xqhvdpfp6vkffdm0wmqd8p"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("unzip" ,unzip)))
|
`(("unzip" ,unzip)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue