gnu: libcyaml: Update to 1.1.0.

* gnu/packages/web.scm (libcyaml): Update to 1.1.0.
This commit is contained in:
Marius Bakke 2020-06-27 16:26:02 +02:00
parent 2a659af50c
commit 6a3ae2eec7
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5018,7 +5018,7 @@ (define-public libcss
(define-public libcyaml
(package
(name "libcyaml")
(version "1.0.1")
(version "1.1.0")
(source
(origin
(method git-fetch)
@ -5027,7 +5027,7 @@ (define-public libcyaml
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0h5ydyqdl8kzh526np3jsi0pm7ks16nh1hjkdsjcd6pacw7y6i6z"))))
(base32 "0428p0rwq71nhh5nzcbapsbrjxa0x5l6h6ns32nxv7j624f0zd93"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags