From 1682368932e6fd5968900ca554136e0c33d53b4c Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Mon, 10 Jun 2019 21:49:50 -0500 Subject: gnu: perl-yaml-libyaml: Update to 0.78. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/perl.scm (perl-yaml-libyaml): Update to 0.78. Signed-off-by: Ludovic Courtès --- gnu/packages/perl.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index a0096deaf3..3875c71911 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -9430,7 +9430,7 @@ on the YAML 1.0 specification.") (define-public perl-yaml-libyaml (package (name "perl-yaml-libyaml") - (version "0.76") + (version "0.78") (source (origin (method url-fetch) @@ -9439,7 +9439,7 @@ on the YAML 1.0 specification.") version ".tar.gz")) (sha256 - (base32 "1m94g36sl9rasjlvlsf65xcal5hvkc3gbzd7l68h17az75269kyy")))) + (base32 "03plv3wfqqqf7g8mxr8f6wlki2af8w3rg9xcfii1z5l1f1iarxx1")))) (build-system perl-build-system) (home-page "https://metacpan.org/release/YAML-LibYAML") -- cgit v1.2.3