gnu: python-freezegun: Update to 0.3.10.

* gnu/packages/check.scm (python-freezegun): Update to 0.3.10.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-14 18:23:58 +02:00
parent 19611b7a0a
commit ef0d765605
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1925,14 +1925,14 @@ (define-public python2-nose-timer
(define-public python-freezegun
(package
(name "python-freezegun")
(version "0.3.9")
(version "0.3.10")
(source
(origin
(method url-fetch)
(uri (pypi-uri "freezegun" version))
(sha256
(base32
"1vhf3kgdy7gpy70n3bxa3y1n6aza316137md97z8p5k0gz6wqg3q"))))
"08m6b42yxb9hk5lv747v9n2qsxyadmkb0k6yg0gxdanwap0slg3h"))))
(build-system python-build-system)
(native-inputs
`(("python-mock" ,python-mock)