diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:50:02 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:40 -0400 |
commit | 74f9e518c674e25ff4598c8887461bb26bbfb8ac (patch) | |
tree | e77773c94f2b1cc03471a9650f9401db8a6251ad /gnu/packages/time.scm | |
parent | 9257f235f09ce9da68b4329ee1ad888eb8e40f52 (diff) | |
download | guix-74f9e518c674e25ff4598c8887461bb26bbfb8ac.tar guix-74f9e518c674e25ff4598c8887461bb26bbfb8ac.tar.gz |
gnu: Remove python2-pyrfc3339.
* gnu/packages/time.scm (python2-pyrfc3339): 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 2930d1f3a7..4ff7b889ac 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -449,9 +449,6 @@ value (in fractional seconds) of a clock which never goes backwards.") timestamps.") (license expat))) -(define-public python2-pyrfc3339 - (package-with-python2 python-pyrfc3339)) - (define-public python-arrow (package (name "python-arrow") |