gnu: python-freezegun: Update to 1.2.2.
* gnu/packages/check.scm (python-freezegun): Update to 1.2.2. [native-inputs]: Remove PYTHON-MOCK. [propagated-inputs]: Remove PYTHON-SIX.
This commit is contained in:
parent
30ac875bd8
commit
a20a934081
1 changed files with 4 additions and 4 deletions
|
@ -2711,18 +2711,18 @@ create data based on random numbers and yet remain repeatable.")
|
||||||
(define-public python-freezegun
|
(define-public python-freezegun
|
||||||
(package
|
(package
|
||||||
(name "python-freezegun")
|
(name "python-freezegun")
|
||||||
(version "0.3.14")
|
(version "1.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "freezegun" version))
|
(uri (pypi-uri "freezegun" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0al75mk829j1izxi760b7yjnknjihyfhp2mvi5qiyrxb9cpxwqk2"))))
|
(base32 "0ijlq32qvpm5zprfzbyzawpl9qjsknlxhryr1i0q84wl0sxd28nd"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-mock python-pytest))
|
(list python-pytest))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-six python-dateutil))
|
(list python-dateutil))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Reference in a new issue