gnu: python-apsw: Update to 3.28.0-r1.
* gnu/packages/databases.scm (python-apsw): Update to 3.28.0-r1.
This commit is contained in:
parent
53a9970e3b
commit
877aa9c398
1 changed files with 2 additions and 2 deletions
|
|
@ -2626,7 +2626,7 @@ PickleShare.")
|
||||||
(define-public python-apsw
|
(define-public python-apsw
|
||||||
(package
|
(package
|
||||||
(name "python-apsw")
|
(name "python-apsw")
|
||||||
(version "3.20.1-r1")
|
(version "3.28.0-r1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
@ -2634,7 +2634,7 @@ PickleShare.")
|
||||||
"/download/" version "/apsw-" version ".zip"))
|
"/download/" version "/apsw-" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02mgxyznxg0va85r1lk6pvjh7qvar33fivj0bn534jb0yy271a9y"))))
|
"0x62534l5hcgwrc4k2gxpdzc1sxlhm6m4nwlay74rnmr77qh8wly"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("unzip" ,unzip)))
|
`(("unzip" ,unzip)))
|
||||||
|
|
|
||||||
Reference in a new issue