3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-freezegun: Update to 0.3.13.

* gnu/packages/check.scm (python-freezegun): Update to 0.3.13.
This commit is contained in:
Marius Bakke 2020-01-17 08:01:41 +01:00
parent bf2522863c
commit 96af5dcf91
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.12")
(version "0.3.13")
(source
(origin
(method url-fetch)
(uri (pypi-uri "freezegun" version))
(sha256
(base32 "1rx57v8ryjncjimg8hys9kx1r3rknvwcl4y340g20jn0sf69qk9a"))))
(base32 "07lrb8ghng1y1jr278clvgi17dq1470gbr2lvbvwys6jkdg9c9b1"))))
(build-system python-build-system)
(native-inputs
`(("python-mock" ,python-mock)