mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: python-freezegun: Update to 0.3.14.
* gnu/packages/check.scm (python-freezegun): Update to 0.3.14.
This commit is contained in:
parent
a5670bd45a
commit
0eb2ce12c0
1 changed files with 2 additions and 2 deletions
|
@ -2219,13 +2219,13 @@ (define-public python2-nose-timer
|
||||||
(define-public python-freezegun
|
(define-public python-freezegun
|
||||||
(package
|
(package
|
||||||
(name "python-freezegun")
|
(name "python-freezegun")
|
||||||
(version "0.3.13")
|
(version "0.3.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "freezegun" version))
|
(uri (pypi-uri "freezegun" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07lrb8ghng1y1jr278clvgi17dq1470gbr2lvbvwys6jkdg9c9b1"))))
|
(base32 "0al75mk829j1izxi760b7yjnknjihyfhp2mvi5qiyrxb9cpxwqk2"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-mock" ,python-mock)
|
`(("python-mock" ,python-mock)
|
||||||
|
|
Loading…
Reference in a new issue