gnu: libebml: Update to 1.3.7.
* gnu/packages/xml.scm (libebml): Update to 1.3.7. [source]: Removed merged patch.
This commit is contained in:
parent
079321fac1
commit
2f111f92be
|
@ -88,26 +88,14 @@ things the parser might find in the XML document (like start tags).")
|
||||||
(define-public libebml
|
(define-public libebml
|
||||||
(package
|
(package
|
||||||
(name "libebml")
|
(name "libebml")
|
||||||
(version "1.3.6")
|
(version "1.3.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://dl.matroska.org/downloads/libebml/"
|
(uri (string-append "https://dl.matroska.org/downloads/libebml/"
|
||||||
"libebml-" version ".tar.xz"))
|
"libebml-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1x79b35dj5d2x7xf7ql83w2cr0v5n2vsd08q6y6grmw4yn3lq973"))))
|
||||||
"17iynkj22rbszaymxiaq6k02qy9w4fs1appkn1iam4y441w7lnhy"))
|
|
||||||
(patches
|
|
||||||
(list
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri
|
|
||||||
(string-append "https://github.com/Matroska-Org/libebml/commit/"
|
|
||||||
"e46906b80e7662fb78d305f576412f9fa4a22218.patch"))
|
|
||||||
(file-name "libebml-use-limits-not-climits.patch")
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1803rcj4kzg385xij8j3fcz8h86z43ivciv512zr7jp9jwrafs58")))))))
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in New Issue