gnu: python-freezegun: Update to 0.3.9.

* gnu/packages/check.scm (python-freezegun): Update to 0.3.9.
master
Tobias Geerinckx-Rice 2017-12-25 00:26:30 +00:00
parent 7108ad5b75
commit 4338d3f8a1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1684,14 +1684,14 @@ create data based on random numbers and yet remain repeatable.")
(define-public python-freezegun
(package
(name "python-freezegun")
(version "0.3.8")
(version "0.3.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "freezegun" version))
(sha256
(base32
"1sf38d3ibv1jhhvr52x7dhrsiyqk1hm165dfv8w8wh0fhmgxg151"))))
"1vhf3kgdy7gpy70n3bxa3y1n6aza316137md97z8p5k0gz6wqg3q"))))
(build-system python-build-system)
(native-inputs
`(("python-mock" ,python-mock)