summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-22 21:18:02 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 15:24:05 +0100
commit883a100de43e50a1bc79b6cbb58f2021577bd437 (patch)
treefad07a48009ac94a6f26ab378337ba862d024acf /gnu
parentb59d5885addd0c1b084f9078912a0d83b74ec331 (diff)
downloadguix-patches-883a100de43e50a1bc79b6cbb58f2021577bd437.tar
guix-patches-883a100de43e50a1bc79b6cbb58f2021577bd437.tar.gz
gnu: perl-yaml-libyaml: Update to 0.76.
* gnu/packages/perl.scm (perl-yaml-libyaml): Update to 0.76.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/perl.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 5b057bca2c..2f6f94b608 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -9220,7 +9220,7 @@ on the YAML 1.0 specification.")
(define-public perl-yaml-libyaml
(package
(name "perl-yaml-libyaml")
- (version "0.69")
+ (version "0.76")
(source
(origin
(method url-fetch)
@@ -9229,8 +9229,7 @@ on the YAML 1.0 specification.")
version
".tar.gz"))
(sha256
- (base32
- "06msvj3vmjszl5zj1k7g47ll0kkds9gdb5sky0q27lh4zw1vlj33"))))
+ (base32 "1m94g36sl9rasjlvlsf65xcal5hvkc3gbzd7l68h17az75269kyy"))))
(build-system perl-build-system)
(home-page
"https://metacpan.org/release/YAML-LibYAML")