mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
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>
This commit is contained in:
parent
e0f6d366ca
commit
2ffae2689a
1 changed files with 2 additions and 3 deletions
|
@ -327,14 +327,13 @@ (define-public sic
|
||||||
(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)
|
||||||
|
|
Loading…
Reference in a new issue