diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-09-11 17:14:34 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-09-13 23:34:22 +0200 |
commit | 978c9bc50dcc96a129da79efab3a471bcd599f85 (patch) | |
tree | c39bdf6443bc3e300360a5654f8cd463fe00ef27 | |
parent | 71992a532dd0bb88b39dda285482b332a24dae66 (diff) |
gnu: libcyaml: Update to 1.1.0.
* gnu/packages/web.scm (libcyaml): Update to 1.1.0.
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 2c3a007779..d184e14e88 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -5027,7 +5027,7 @@ written in C. It is developed as part of the NetSurf project.") (define-public libcyaml (package (name "libcyaml") - (version "1.0.1") + (version "1.1.0") (source (origin (method git-fetch) @@ -5036,7 +5036,7 @@ written in C. It is developed as part of the NetSurf project.") (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 |