gnu: libxlsxwriter: Update to 1.0.3.
* gnu/packages/xml.scm (libxlsxwriter): Update to 1.0.3.
This commit is contained in:
parent
1fc10d9414
commit
f3eb13df69
1 changed files with 2 additions and 2 deletions
|
@ -221,7 +221,7 @@ project (but it is usable outside of the Gnome platform).")
|
||||||
(define-public libxlsxwriter
|
(define-public libxlsxwriter
|
||||||
(package
|
(package
|
||||||
(name "libxlsxwriter")
|
(name "libxlsxwriter")
|
||||||
(version "1.0.2")
|
(version "1.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -230,7 +230,7 @@ project (but it is usable outside of the Gnome platform).")
|
||||||
(commit (string-append "RELEASE_" version))))
|
(commit (string-append "RELEASE_" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1snjka62mdqkj9r34kw8wxw2144imb58qx3iahaibg0vxmjjjhsg"))
|
(base32 "14c5rgx87nhzasr0j7mcfr1w7ifz0gmdiqy2xq59di5xvcdrpxpv"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Remove bundled minizip source
|
;; Remove bundled minizip source
|
||||||
|
|
Reference in a new issue