mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: python-tzlocal: Update to 1.2.2.
* gnu/packages/python.scm (python-tzlocal): Update to 1.2.2. [native-inputs]: Move python-pytz ... [inputs]: ... to here.
This commit is contained in:
parent
eebf6f01e4
commit
ed80839b8c
1 changed files with 3 additions and 3 deletions
|
@ -1017,16 +1017,16 @@ (define-public python2-pandas
|
|||
(define-public python-tzlocal
|
||||
(package
|
||||
(name "python-tzlocal")
|
||||
(version "1.2")
|
||||
(version "1.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "tzlocal" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12wsw2fl3adrqrwghasld57bhqdrzn0crblqrci1p5acd0ni53s3"))))
|
||||
"0paj7vlsb0np8b5sp4bv64wxv7qk2piyp7xg29pkhdjwsbls9fnb"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs `(("python-pytz" ,python-pytz)))
|
||||
(inputs `(("python-pytz" ,python-pytz)))
|
||||
(home-page "https://github.com/regebro/tzlocal")
|
||||
(synopsis
|
||||
"Local timezone information for Python")
|
||||
|
|
Loading…
Reference in a new issue