mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
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:
parent
571713526c
commit
3ddeaf90a6
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue