diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-03-15 16:55:01 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-03-23 21:33:19 -0400 |
commit | f21da3325566c1af06f8dc187995910e181f1752 (patch) | |
tree | 449a1ebbf6f2c34ce04338267266727504d425a6 | |
parent | 8b2b5463963d5d4dee480b0cf73fa4a9eca414ba (diff) | |
download | guix-f21da3325566c1af06f8dc187995910e181f1752.tar.gz guix-f21da3325566c1af06f8dc187995910e181f1752.zip |
gnu: python2-arrow: Remove package.
* gnu/packages/time.scm (python2-arrow): Delete.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
-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 20ce76d8d0..be37ea980e 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -448,9 +448,6 @@ converting dates, times, and timestamps. It implements and updates the datetime type.") (license asl2.0))) -(define-public python2-arrow - (package-with-python2 python-arrow)) - (define-public python-aniso8601 (package (name "python-aniso8601") |