gnu: limnoria: Update to 2019.11.09 [security fix].
See <https://github.com/ProgVal/Limnoria/wiki/math-eval-vulnerability> (CVE number pending). * gnu/packages/irc.scm (limnoria): Update to 2019.11.09. Reported-by: Val Lorentz <progval@progval.net>master
parent
e0f6d366ca
commit
2ffae2689a
|
@ -327,14 +327,13 @@ using a mouse. It is customizable and extensible with plugins and scripts.")
|
||||||
(define-public limnoria
|
(define-public limnoria
|
||||||
(package
|
(package
|
||||||
(name "limnoria")
|
(name "limnoria")
|
||||||
(version "2017.10.01")
|
(version "2019.11.09")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "limnoria" version))
|
(uri (pypi-uri "limnoria" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1ni25jmri0928jj2c24xw5f2fzljjla54zh80fimks1aa5752j29"))))
|
||||||
"1hd8h257x7a0s4rvb4aqvfi77qfcyv6jaz70nndg7y6p4yhvjmy6"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-pytz" ,python-pytz)
|
`(("python-pytz" ,python-pytz)
|
||||||
|
|
Reference in New Issue