guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: minixml: Update to 3.2.


From: guix-commits
Subject: 04/04: gnu: minixml: Update to 3.2.
Date: Thu, 31 Dec 2020 08:16:05 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit e29432ace743e0e7a46713e023869753c2648567
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Mon Dec 28 12:59:45 2020 +0100

    gnu: minixml: Update to 3.2.
    
    * gnu/packages/xml.scm (minixml): Update to 3.2.
    [home-page]: Update.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/xml.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 9dc37ad..69e86d9 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1125,7 +1125,7 @@ Libxml2).")
 (define-public minixml
   (package
     (name "minixml")
-    (version "2.12")
+    (version "3.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/michaelrsweet/mxml/";
@@ -1133,14 +1133,14 @@ Libxml2).")
                                   "/mxml-" version ".tar.gz"))
               (sha256
                (base32
-                "0kq3wiycb40dcyswvajrqb1n5ffm5xcnsfxxaml92vhpl6x57yvb"))))
+                "0x698ayv00vrjg0yfm20lakpgl7m02x1fk2n09wygwk4973gd55q"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
        (list (string-append "LDFLAGS=-Wl,-rpath="
                             (assoc-ref %outputs "out") "/lib"))
        #:tests? #f))                    ; tests are run during build
-    (home-page "https://michaelrsweet.github.io/mxml";)
+    (home-page "https://www.msweet.org/mxml/";)
     (synopsis "Small XML parsing library")
     (description
      "Mini-XML is a small C library to read and write XML files and strings in



reply via email to

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