aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/time.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:15:11 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:33 -0400
commit1e3beb327d54832192cbf2bb12e00def2ba30625 (patch)
tree8b69f31df169180ee684743f1523cdc191861dbb /gnu/packages/time.scm
parent17143c8c4d31a70349262976326bb1017ebee40b (diff)
downloadguix-1e3beb327d54832192cbf2bb12e00def2ba30625.tar
guix-1e3beb327d54832192cbf2bb12e00def2ba30625.tar.gz
gnu: Remove python2-aniso8601.
* gnu/packages/time.scm (python2-aniso8601): Delete variable.
Diffstat (limited to 'gnu/packages/time.scm')
-rw-r--r--gnu/packages/time.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 7d1e296176..779b6cb495 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -515,9 +515,6 @@ datetime type.")
"This package contains a library for parsing ISO 8601 datetime strings.")
(license bsd-3)))
-(define-public python2-aniso8601
- (package-with-python2 python-aniso8601))
-
(define-public datefudge
(package
(name "datefudge")