gnu: libcyaml: Update to 1.1.0.

* gnu/packages/web.scm (libcyaml): Update to 1.1.0.
This commit is contained in:
Ludovic Courtès 2020-09-11 17:14:34 +02:00
parent 71992a532d
commit 978c9bc50d
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -5027,7 +5027,7 @@ written in C. It is developed as part of the NetSurf project.")
(define-public libcyaml (define-public libcyaml
(package (package
(name "libcyaml") (name "libcyaml")
(version "1.0.1") (version "1.1.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -5036,7 +5036,7 @@ written in C. It is developed as part of the NetSurf project.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0h5ydyqdl8kzh526np3jsi0pm7ks16nh1hjkdsjcd6pacw7y6i6z")))) (base32 "0428p0rwq71nhh5nzcbapsbrjxa0x5l6h6ns32nxv7j624f0zd93"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags `(#:make-flags