mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 08:36:32 +01:00
gnu: python-apsw: Update to 3.31.1-r1.
* gnu/packages/databases.scm (python-apsw): Update to 3.31.1-r1.
This commit is contained in:
parent
976ae7eab6
commit
d05e3b08ea
1 changed files with 2 additions and 2 deletions
|
@ -2674,7 +2674,7 @@ (define-public python2-pickleshare
|
||||||
(define-public python-apsw
|
(define-public python-apsw
|
||||||
(package
|
(package
|
||||||
(name "python-apsw")
|
(name "python-apsw")
|
||||||
(version "3.28.0-r1")
|
(version "3.31.1-r1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2682,7 +2682,7 @@ (define-public python-apsw
|
||||||
"/download/" version "/apsw-" version ".zip"))
|
"/download/" version "/apsw-" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x62534l5hcgwrc4k2gxpdzc1sxlhm6m4nwlay74rnmr77qh8wly"))))
|
"1gap5lr6c7bp134nzvfwr693i6d0fqyaysg3ms2cayjldv616yfx"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("unzip" ,unzip)))
|
`(("unzip" ,unzip)))
|
||||||
|
|
Loading…
Reference in a new issue