aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-09-14 00:01:49 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-09-15 03:36:36 +0200
commit56f3b85bd3fc4c8e4a1ceb399d2f376bf4d2043b (patch)
treec6080d3a866aa0cc6a2597e1256c70cefdb13b54
parented017a78beabb29a520be977b7e3f0bc07ae0e91 (diff)
downloadguix-56f3b85bd3fc4c8e4a1ceb399d2f376bf4d2043b.tar
guix-56f3b85bd3fc4c8e4a1ceb399d2f376bf4d2043b.tar.gz
gnu: python-iso8601: Update to 0.1.12.
* gnu/packages/time.scm (python-iso8601): Update to 0.1.12.
-rw-r--r--gnu/packages/time.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index fc831ab6cc..69aff5efaa 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -240,14 +240,14 @@ ISO 8601 dates, time and duration.")
(define-public python-iso8601
(package
(name "python-iso8601")
- (version "0.1.11")
+ (version "0.1.12")
(source
(origin
(method url-fetch)
(uri (pypi-uri "iso8601" version))
(sha256
(base32
- "0c7gh3lsdjds262h0v1sqc66l7hqgfwbakn96qrhdbl0i3vm5yz8"))))
+ "10nyvvnrhw2w3p09v1ica4lgj6f4g9j3kkfx17qmraiq3w7b5i29"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)))