gnu: python-freezegun: Update to 0.3.8.
* gnu/packages/python.scm (python-freezegun): Update to 0.3.8.
This commit is contained in:
parent
234ade2d7b
commit
0c315fb394
|
@ -11281,14 +11281,14 @@ List. Forked from and using the same API as the publicsuffix package.")
|
||||||
(define-public python-freezegun
|
(define-public python-freezegun
|
||||||
(package
|
(package
|
||||||
(name "python-freezegun")
|
(name "python-freezegun")
|
||||||
(version "0.3.7")
|
(version "0.3.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "freezegun" version))
|
(uri (pypi-uri "freezegun" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14l19x06v5jkq4rdwbmfyw4x9lrjb2300afrk21r1ash7y1y9a0w"))))
|
"1sf38d3ibv1jhhvr52x7dhrsiyqk1hm165dfv8w8wh0fhmgxg151"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-mock" ,python-mock)
|
`(("python-mock" ,python-mock)
|
||||||
|
|
Loading…
Reference in New Issue