From 10df2f9e6d8e533fc4df9ec067ef88468d788034 Mon Sep 17 00:00:00 2001 From: Alexandros Theodotou Date: Thu, 10 Sep 2020 13:49:51 +0100 Subject: [PATCH 2/4] gnu: libcyaml: Update to 1.1.0. * gnu/packages/web.scm (libcyaml): Update to 1.1.0. --- gnu/packages/web.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index b674019b8f..01f8a6bfc2 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -5027,6 +5027,7 @@ written in C. It is developed as part of the NetSurf project.") (package (name "libcyaml") (version "1.0.1") + (version "1.1.0") (source (origin (method git-fetch) @@ -5036,6 +5037,7 @@ written in C. It is developed as part of the NetSurf project.") (file-name (git-file-name name version)) (sha256 (base32 "0h5ydyqdl8kzh526np3jsi0pm7ks16nh1hjkdsjcd6pacw7y6i6z")))) + (base32 "1al5cbild3qimm59rmaj3i8m57qhinwshz7r67p7fqsccijrz71b")))) (build-system gnu-build-system) (arguments `(#:make-flags -- 2.27.0