gnu: python-croniter: Update to 1.3.4.

* gnu/packages/python-xyz.scm (python-croniter): Update to 1.3.4.
This commit is contained in:
Maxim Cournoyer 2022-04-19 21:51:12 -04:00
parent 571713526c
commit 3ddeaf90a6
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -25162,16 +25162,15 @@ (define-public python-annoy
(define-public python-croniter
(package
(name "python-croniter")
(version "0.3.34")
(version "1.3.4")
(source (origin
(method url-fetch)
(uri (pypi-uri "croniter" version))
(sha256
(base32
"0r79cx4v2dw4hzr0annkkxxis46c8hivq61sr39z6p7lcjsbk1ki"))))
"1whbm26m9kpn0klgr9dqiqpp83ki9nhpxifaq9afcjw32rckcs9i"))))
(build-system python-build-system)
(propagated-inputs
(list python-dateutil python-natsort))
(propagated-inputs (list python-dateutil))
(home-page "https://github.com/kiorky/croniter")
(synopsis "Iterate datetime objects with cron-like syntax")
(description