summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-11-08 21:49:08 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-11-08 23:00:56 +0100
commit8fc7803f54c58320869557cc2cc221ad9b05f65c (patch)
tree540f445f5a717caaaac70db297e2e057d1c83cff /gnu/packages/xml.scm
parentd71bd56a8c071b681e4a5d2dad7b136ebd658244 (diff)
downloadguix-patches-8fc7803f54c58320869557cc2cc221ad9b05f65c.tar
guix-patches-8fc7803f54c58320869557cc2cc221ad9b05f65c.tar.gz
gnu: minixml: Update to 3.3.
* gnu/packages/xml.scm (minixml): Update to 3.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 8c87760323..a5d124601c 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