gnu: python-peewee: Update to 3.14.0.
* gnu/packages/databases.scm (python-peewee): Update to 3.14.0.
This commit is contained in:
parent
c7e8bfe2ff
commit
0fecc6ce67
@ -2437,17 +2437,16 @@ on another machine, accessed via TCP/IP.")
|
|||||||
(define-public python-peewee
|
(define-public python-peewee
|
||||||
(package
|
(package
|
||||||
(name "python-peewee")
|
(name "python-peewee")
|
||||||
(version "3.13.3")
|
(version "3.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "peewee" version))
|
(uri (pypi-uri "peewee" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1yl49gxrg0c2x3n3r60z3lixw9am8b61s0477l9vjabhhx1yziar"))))
|
||||||
"0sc376v6rxga4b7ic9kxw2pmf28rmcx016320pa2nlb5d1rsjs8j"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; Fails to import test data
|
`(#:tests? #f)) ; fails to import test data
|
||||||
(inputs
|
(inputs
|
||||||
`(("sqlite" ,sqlite)))
|
`(("sqlite" ,sqlite)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user