me
/
guix
Archived
1
0
Fork 0

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.
master
Marius Bakke 2022-08-12 22:39:33 +02:00
parent 30ac875bd8
commit a20a934081
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 4 deletions

View File

@ -2711,18 +2711,18 @@ create data based on random numbers and yet remain repeatable.")
(define-public python-freezegun
(package
(name "python-freezegun")
(version "0.3.14")
(version "1.2.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "freezegun" version))
(sha256
(base32 "0al75mk829j1izxi760b7yjnknjihyfhp2mvi5qiyrxb9cpxwqk2"))))
(base32 "0ijlq32qvpm5zprfzbyzawpl9qjsknlxhryr1i0q84wl0sxd28nd"))))
(build-system python-build-system)
(native-inputs
(list python-mock python-pytest))
(list python-pytest))
(propagated-inputs
(list python-six python-dateutil))
(list python-dateutil))
(arguments
`(#:phases
(modify-phases %standard-phases