gnu: minixml: Update to 3.3.1.

* gnu/packages/xml.scm (minixml): Update to 3.3.1.
This commit is contained in:
Tobias Geerinckx-Rice 2022-10-16 02:00:01 +02:00
parent 6091c7ae63
commit dc6186f7eb
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -1204,7 +1204,7 @@ Libxml2).")
(define-public minixml (define-public minixml
(package (package
(name "minixml") (name "minixml")
(version "3.3") (version "3.3.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/michaelrsweet/mxml/" (uri (string-append "https://github.com/michaelrsweet/mxml/"
@ -1212,7 +1212,7 @@ Libxml2).")
"/mxml-" version ".tar.gz")) "/mxml-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1n1xzvhnsjsgsqaq1rg9zilwf0b2rydsadbxzy64z3lydwv7dybw")))) "0cncvb0xhbq2i7rszj6pmcs3b97f0a17j081z0cmcfrrzv8kwrhc"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags