guix-commits
[Top][All Lists]
Advanced

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

07/12: gnu: minixml: Update to 3.3.


From: guix-commits
Subject: 07/12: gnu: minixml: Update to 3.3.
Date: Tue, 9 Nov 2021 01:26:59 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8fc7803f54c58320869557cc2cc221ad9b05f65c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 8 21:49:08 2021 +0100

    gnu: minixml: Update to 3.3.
    
    * gnu/packages/xml.scm (minixml): Update to 3.3.
---
 gnu/packages/xml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 8c87760..a5d1246 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1222,7 +1222,7 @@ Libxml2).")
 (define-public minixml
   (package
     (name "minixml")
-    (version "3.2")
+    (version "3.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/michaelrsweet/mxml/";
@@ -1230,7 +1230,7 @@ Libxml2).")
                                   "/mxml-" version ".tar.gz"))
               (sha256
                (base32
-                "0x698ayv00vrjg0yfm20lakpgl7m02x1fk2n09wygwk4973gd55q"))))
+                "1n1xzvhnsjsgsqaq1rg9zilwf0b2rydsadbxzy64z3lydwv7dybw"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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