gnu: minixml: Update to 3.3.
* gnu/packages/xml.scm (minixml): Update to 3.3.
This commit is contained in:
parent
d71bd56a8c
commit
8fc7803f54
1 changed files with 2 additions and 2 deletions
|
@ -1222,7 +1222,7 @@ (define-public xmlsec-openssl
|
|||
(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 @@ (define-public minixml
|
|||
"/mxml-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0x698ayv00vrjg0yfm20lakpgl7m02x1fk2n09wygwk4973gd55q"))))
|
||||
"1n1xzvhnsjsgsqaq1rg9zilwf0b2rydsadbxzy64z3lydwv7dybw"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue