X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/blobdiff_plain/96ab233df7eefd4c868a9e9628b834458e9f18d3..c16e3dfb1c74ec55b629823784c773d2860433bc:/gnu/packages/time.scm?ds=sidebyside diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index 04dbd8f002..0ec9a102a5 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -11,10 +11,11 @@ ;;; Copyright © 2016 Marius Bakke ;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice ;;; Copyright © 2017 Ben Woodcroft -;;; Copyright © 2017 Nils Gillmann +;;; Copyright © 2017 ng0 ;;; Copyright © 2017 Julien Lepiller ;;; Copyright © 2018 Alex Vong ;;; Copyright © 2019 Kyle Meyer +;;; Copyright © 2019 Pierre Langlois ;;; ;;; This file is part of GNU Guix. ;;; @@ -65,6 +66,26 @@ program uses. The display output of the program can be customized or saved to a file.") (license gpl3+))) +(define-public python-pytimeparse + (package + (name "python-pytimeparse") + (version "1.1.8") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pytimeparse" version)) + (sha256 + (base32 + "02kaambsgpjx3zi42j6l11rwms2p35b9hsk4f3kdf979gd3kcqg8")))) + (native-inputs + `(("python-nose" ,python-nose))) + (build-system python-build-system) + (home-page "https://github.com/wroberts/pytimeparse") + (synopsis "Time expression parser") + (description "This small Python module parses various kinds of time +expressions.") + (license expat))) + (define-public python-pytzdata (package (name "python-pytzdata") @@ -92,14 +113,14 @@ to a file.") (define-public python-pytz (package (name "python-pytz") - (version "2018.9") + (version "2019.1") (source (origin (method url-fetch) (uri (pypi-uri "pytz" version)) (sha256 (base32 - "0k1pqnq3c4gvcspjxf3fschdjn71fk89i4wz801rxqh7f145xw6m")))) + "0hg1r2c41gnmljdsdmdgy6kb1zkfmxsf49imd96g8znp4cyxsiyp")))) (build-system python-build-system) (home-page "http://pythonhosted.org/pytz") (synopsis "Python timezone library") @@ -398,7 +419,7 @@ datetime type.") (define-public datefudge (package (name "datefudge") - (version "1.22") + (version "1.23") (source (origin (method git-fetch) (uri (git-reference @@ -407,7 +428,7 @@ datetime type.") (file-name (git-file-name name version)) (sha256 (base32 - "1fmd05r00wx4zc90lbi804jl7xwdl11jq2a1kp5lqimk3yyvfw4c")))) + "0r9g8v9xnv60hq3j20wqy34kyig3sc2pisjxl4irn7jjx85f1spv")))) (build-system gnu-build-system) (arguments `(#:test-target "test"