guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: libxlsxwriter: Update to 1.0.1.


From: guix-commits
Subject: 03/03: gnu: libxlsxwriter: Update to 1.0.1.
Date: Wed, 7 Apr 2021 18:03:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2ffd92abf23e3fb3b3bac3c3efd43630ba616f4b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Apr 7 23:38:53 2021 +0200

    gnu: libxlsxwriter: Update to 1.0.1.
    
    * gnu/packages/xml.scm (libxlsxwriter): Update to 1.0.1.
---
 gnu/packages/xml.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 130fe45..1c34fe4 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.0")
+    (version "1.0.1")
     (source
      (origin
        (method git-fetch)
@@ -230,8 +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
-          "070pfqggia71z4ichr5yrwfndfz903z941ns72vy0lvb1mpp7g05"))
+        (base32 "0dsqv4qdd582fhwj6m80iz50gkyw4m8n9h4mkd2871csa03sbilf"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove bundled minizip source



reply via email to

[Prev in Thread] Current Thread [Next in Thread]