mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: freexl: Update to 1.0.5 [security fixes].
Fixes CVE-2018-7435, CVE-2018-7436, CVE-2018-7437, CVE-2018-7438 and CVE-2018-7439. * gnu/packages/xml.scm (freexl): Update to 1.0.5.
This commit is contained in:
parent
5b0b520e22
commit
5275f69e6e
1 changed files with 2 additions and 2 deletions
|
@ -1249,14 +1249,14 @@ (define-public libxls
|
|||
(define-public freexl
|
||||
(package
|
||||
(name "freexl")
|
||||
(version "1.0.4")
|
||||
(version "1.0.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.gaia-gis.it/gaia-sins/"
|
||||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"09bwzqjc41cc8qw8qkw9wq58rg9nax8r3fg19iny5vmw1c0z23sh"))))
|
||||
"03bmwq6hngmzwpqpb7c2amqlspz4q69iv96nlf0f5c0qs98b3j9x"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://www.gaia-gis.it/fossil/freexl/index")
|
||||
(synopsis "Read Excel files")
|
||||
|
|
Loading…
Reference in a new issue