gnu: Remove python2-aniso8601.

* gnu/packages/time.scm (python2-aniso8601): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:15:11 -04:00
parent 17143c8c4d
commit 1e3beb327d
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -515,9 +515,6 @@ (define-public python-aniso8601
"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")