diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:15:11 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:33 -0400 |
commit | 1e3beb327d54832192cbf2bb12e00def2ba30625 (patch) | |
tree | 8b69f31df169180ee684743f1523cdc191861dbb /gnu/packages/time.scm | |
parent | 17143c8c4d31a70349262976326bb1017ebee40b (diff) | |
download | 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.scm | 3 |
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") |