gnu: python-parsedatetime: Update to 2.6.
* gnu/packages/time.scm (python-parsedatetime): Update to 2.6. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
d6bef7dac0
commit
ce9363dd11
|
@ -20,6 +20,7 @@
|
||||||
;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
|
;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
|
||||||
;;; Copyright © 2021 Ryan Prior <rprior@protonmail.com>
|
;;; Copyright © 2021 Ryan Prior <rprior@protonmail.com>
|
||||||
;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@hotmail.com>
|
;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@hotmail.com>
|
||||||
|
;;; Copyright © 2022 Pradana AUMARS <paumars@courrier.dev>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -237,14 +238,14 @@ datetime module, available in Python 2.3+.")
|
||||||
(define-public python-parsedatetime
|
(define-public python-parsedatetime
|
||||||
(package
|
(package
|
||||||
(name "python-parsedatetime")
|
(name "python-parsedatetime")
|
||||||
(version "2.4")
|
(version "2.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "parsedatetime" version))
|
(uri (pypi-uri "parsedatetime" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jxqkjks7z9dn222cqgvskp4wr6d92aglinxq7pd2w4mzdc7r09x"))))
|
"0mfl0ixshqkwx7z5siaib7ix5j2iahb1jqfpyhqp42wan7xnicsc"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-nose python-pyicu python-pytest python-pytest-runner))
|
(list python-nose python-pyicu python-pytest python-pytest-runner))
|
||||||
|
|
Reference in New Issue