me
/
guix
Archived
1
0
Fork 0

gnu: python-isodate: Update to 0.6.1.

* gnu/packages/time.scm (python-isodate): Update to 0.6.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Greg Hogan 2023-03-23 17:23:11 +00:00 committed by Christopher Baines
parent 8e7b919468
commit 3547ecc3fa
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -319,14 +319,14 @@ under several distributions that's hard or impossible to figure out.")
(define-public python-isodate
(package
(name "python-isodate")
(version "0.6.0")
(version "0.6.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "isodate" version))
(sha256
(base32
"1n7jkz68kk5pwni540pr5zdh99bf6ywydk1p5pdrqisrawylldif"))))
"1sdx4z0x6kv1qxjfi0gd82wfg16wca04q0nb93ba1c78wwfqiia8"))))
(build-system python-build-system)
(native-inputs
(list python-six))