gnu: minixml: Update to 2.10.

* gnu/packages/xml.scm (minixml): Update to 2.10.
[home-page]: Update to new home page.
This commit is contained in:
Ricardo Wurmus 2017-05-06 08:34:18 +02:00
parent 2337067778
commit eba9ecd4d2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -895,18 +895,19 @@ (define-public xmlsec
(define-public minixml (define-public minixml
(package (package
(name "minixml") (name "minixml")
(version "2.9") (version "2.10")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.msweet.org/files/project3/mxml-" (uri (string-append "https://github.com/michaelrsweet/mxml/"
version ".tar.gz")) "releases/download/release-" version
"/mxml-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"14pzhlfidj5v1qbxy7a59yn4jz9pnjrs2zwalz228jsq7ijm9vfd")))) "14bqfq4lymhb31snz6wsvzhlavy0573v1nki1lbngiyxcj5zazr6"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f)) ;no "check" target `(#:tests? #f)) ;no "check" target
(home-page "http://www.minixml.org/") (home-page "https://michaelrsweet.github.io/mxml")
(synopsis "Small XML parsing library") (synopsis "Small XML parsing library")
(description (description
"Mini-XML is a small C library to read and write XML files and strings in "Mini-XML is a small C library to read and write XML files and strings in