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
1 changed files with 2 additions and 2 deletions
|
@ -11281,14 +11281,14 @@ (define-public python2-url
|
|||
(define-public python-freezegun
|
||||
(package
|
||||
(name "python-freezegun")
|
||||
(version "0.3.7")
|
||||
(version "0.3.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "freezegun" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14l19x06v5jkq4rdwbmfyw4x9lrjb2300afrk21r1ash7y1y9a0w"))))
|
||||
"1sf38d3ibv1jhhvr52x7dhrsiyqk1hm165dfv8w8wh0fhmgxg151"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-mock" ,python-mock)
|
||||
|
|
Loading…
Reference in a new issue