summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-22 02:21:32 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-22 02:21:47 +0200
commitf3eb13df696487a72f48a2aa0675cc65d261bf70 (patch)
tree68f45cccf59f9209a402e0972b830de155909bd6 /gnu/packages/xml.scm
parent1fc10d941405a9240d0aa350dc4def00519b4faa (diff)
downloadguix-patches-f3eb13df696487a72f48a2aa0675cc65d261bf70.tar
guix-patches-f3eb13df696487a72f48a2aa0675cc65d261bf70.tar.gz
gnu: libxlsxwriter: Update to 1.0.3.
* gnu/packages/xml.scm (libxlsxwriter): Update to 1.0.3.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r--gnu/packages/xml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index db92f1b589..19e7ac07b6 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -221,7 +221,7 @@ project (but it is usable outside of the Gnome platform).")
(define-public libxlsxwriter
(package
(name "libxlsxwriter")
- (version "1.0.2")
+ (version "1.0.3")
(source
(origin
(method git-fetch)
@@ -230,7 +230,7 @@ project (but it is usable outside of the Gnome platform).")
(commit (string-append "RELEASE_" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1snjka62mdqkj9r34kw8wxw2144imb58qx3iahaibg0vxmjjjhsg"))
+ (base32 "14c5rgx87nhzasr0j7mcfr1w7ifz0gmdiqy2xq59di5xvcdrpxpv"))
(modules '((guix build utils)))
(snippet
;; Remove bundled minizip source