mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -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
|
||||
(package
|
||||
(name "limnoria")
|
||||
(version "2017.10.01")
|
||||
(version "2019.11.09")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "limnoria" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hd8h257x7a0s4rvb4aqvfi77qfcyv6jaz70nndg7y6p4yhvjmy6"))))
|
||||
(base32 "1ni25jmri0928jj2c24xw5f2fzljjla54zh80fimks1aa5752j29"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
`(("python-pytz" ,python-pytz)
|
||||
|
|
Loading…
Reference in a new issue