me
/
guix
Archived
1
0
Fork 0

gnu: limnoria: Update to 2019.11.22.

* gnu/packages/irc.scm (limnoria): Update to 2019.11.22.
master
Tobias Geerinckx-Rice 2019-11-29 22:50:45 +01:00
parent 492bd718e2
commit 35258a9a31
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -327,13 +327,13 @@ using a mouse. It is customizable and extensible with plugins and scripts.")
(define-public limnoria
(package
(name "limnoria")
(version "2019.11.09")
(version "2019.11.22")
(source
(origin
(method url-fetch)
(uri (pypi-uri "limnoria" version))
(sha256
(base32 "1ni25jmri0928jj2c24xw5f2fzljjla54zh80fimks1aa5752j29"))))
(base32 "0853xk1ps3v6lkmfx50wv56vynnzpl84v66hxnhl8i34zl36kk3c"))))
(build-system python-build-system)
(inputs
`(("python-pytz" ,python-pytz)