mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: limnoria: Update to 2017.08.03.
* gnu/packages/irc.scm (limnoria): Update to 2017.08.03.
This commit is contained in:
parent
e2a4c13023
commit
f886e7cab1
1 changed files with 2 additions and 2 deletions
|
@ -301,14 +301,14 @@ (define-public sic
|
|||
(define-public limnoria
|
||||
(package
|
||||
(name "limnoria")
|
||||
(version "2017.03.30")
|
||||
(version "2017.08.03")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "limnoria" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1q0y6iglg1cbhimgjz3afws51as3shy6rd61dck7jfm25y8pi6g8"))))
|
||||
"1513a01ckzdn5qjjs2jrp3lyryx92h3j5mzc3si0vd7ayqmxhrjz"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
`(("python-pytz" ,python-pytz)
|
||||
|
|
Loading…
Reference in a new issue