gnu: libxls: Update to 1.5.0 [security fixes].
* gnu/packages/xml.scm (libxls): Update to 1.5.0. [source, home-page]: Update home page. [arguments, native-inputs]: Remove all of them.
This commit is contained in:
parent
f8be928760
commit
9b069c15e0
|
@ -1257,29 +1257,16 @@ files. It is designed to be fast and to handle large input files.")
|
||||||
(define-public libxls
|
(define-public libxls
|
||||||
(package
|
(package
|
||||||
(name "libxls")
|
(name "libxls")
|
||||||
(version "1.4.0")
|
(version "1.5.0")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://sourceforge.net/projects/"
|
(uri (string-append "https://github.com/libxls/libxls/releases/download/"
|
||||||
name "/files/" name "-"
|
"v" version "/libxls-" version ".tar.gz"))
|
||||||
version ".zip"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "00j2lrcvvhclmh3z9vy7myqq1br1jnnqkz2wzgk4a1gbg8c5afn5"))))
|
||||||
"1g8ds7wbhsa4hdcn77xc2c0l3vvz5bx2hx9ng9c9n7aii92ymfnk"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(home-page "https://github.com/libxls/libxls")
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
;; Bootstrapping is required in order to fix the test driver script.
|
|
||||||
(replace 'bootstrap
|
|
||||||
(lambda _
|
|
||||||
(invoke "bash" "bootstrap"))))))
|
|
||||||
(native-inputs
|
|
||||||
`(("unzip" ,unzip)
|
|
||||||
("autoconf" ,autoconf)
|
|
||||||
("automake" ,automake)
|
|
||||||
("libtool" ,libtool)))
|
|
||||||
(home-page "http://libxls.sourceforge.net/")
|
|
||||||
(synopsis "Read binary (.xls) Excel spreadsheet files")
|
(synopsis "Read binary (.xls) Excel spreadsheet files")
|
||||||
(description
|
(description
|
||||||
"libxls is a C library to read .xls spreadsheet files in the binary OLE
|
"libxls is a C library to read .xls spreadsheet files in the binary OLE
|
||||||
|
|
Loading…
Reference in New Issue