gnu: python-freezegun: Update to 0.3.14.

* gnu/packages/check.scm (python-freezegun): Update to 0.3.14.
This commit is contained in:
Marius Bakke 2020-01-24 00:07:28 +01:00
parent a5670bd45a
commit 0eb2ce12c0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -2219,13 +2219,13 @@ create data based on random numbers and yet remain repeatable.")
(define-public python-freezegun
(package
(name "python-freezegun")
(version "0.3.13")
(version "0.3.14")
(source
(origin
(method url-fetch)
(uri (pypi-uri "freezegun" version))
(sha256
(base32 "07lrb8ghng1y1jr278clvgi17dq1470gbr2lvbvwys6jkdg9c9b1"))))
(base32 "0al75mk829j1izxi760b7yjnknjihyfhp2mvi5qiyrxb9cpxwqk2"))))
(build-system python-build-system)
(native-inputs
`(("python-mock" ,python-mock)