summaryrefslogtreecommitdiff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorAlex Griffin <a@ajgrf.com>2019-06-10 21:49:50 -0500
committerLudovic Courtès <ludo@gnu.org>2019-06-13 23:06:45 +0200
commit1682368932e6fd5968900ca554136e0c33d53b4c (patch)
treede23804af0bec86e731c70d4b06e45f31a999146 /gnu/packages/perl.scm
parent15f836efc17e9e6229c38f3bf6b377a61a5d9caa (diff)
downloadpatches-1682368932e6fd5968900ca554136e0c33d53b4c.tar
patches-1682368932e6fd5968900ca554136e0c33d53b4c.tar.gz
gnu: perl-yaml-libyaml: Update to 0.78.
* gnu/packages/perl.scm (perl-yaml-libyaml): Update to 0.78. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r--gnu/packages/perl.scm4
1 files 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")