me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2016-04-10 20:45:49 +03:00
parent eebf6f01e4
commit ed80839b8c
1 changed files with 3 additions and 3 deletions

View File

@ -1017,16 +1017,16 @@ doing practical, real world data analysis in Python.")
(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")