Message ID | 20201228115945.9220-1-vincent.legoll@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | [bug#45491] gnu: minixml: Update to 3.2. | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
I also updated the home-page. Patch pushed!
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 9dc37addf4..ca62dfbeef 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,7 +1133,7 @@ Libxml2).") "/mxml-" version ".tar.gz")) (sha256 (base32 - "0kq3wiycb40dcyswvajrqb1n5ffm5xcnsfxxaml92vhpl6x57yvb")))) + "0x698ayv00vrjg0yfm20lakpgl7m02x1fk2n09wygwk4973gd55q")))) (build-system gnu-build-system) (arguments `(#:configure-flags