summary refs log tree commit diff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-05-18 22:30:49 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-05-18 23:07:06 +0300
commit8ba4ca57453b998ee72e60bb58ec4b78a9d10384 (patch)
tree8dd4d4f97c117379dac095559aaa6d984e429321 /gnu/packages/perl.scm
parentd592ee27a814da1026bb6d742298d6bbf9cefcd3 (diff)
downloadguix-8ba4ca57453b998ee72e60bb58ec4b78a9d10384.tar.gz
gnu: perl-yaml-libyaml: Update to 0.83.
* gnu/packages/perl.scm (perl-yaml-libyaml): Update to 0.83.
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 aa1fdcba70..6eb974a0d9 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -10982,7 +10982,7 @@ on the YAML 1.0 specification.")
 (define-public perl-yaml-libyaml
   (package
     (name "perl-yaml-libyaml")
-    (version "0.82")
+    (version "0.83")
     (source
      (origin
        (method url-fetch)
@@ -10990,7 +10990,7 @@ on the YAML 1.0 specification.")
              "mirror://cpan/authors/id/T/TI/TINITA/YAML-LibYAML-"
              version ".tar.gz"))
        (sha256
-        (base32 "0j7yhxkaasccynl5iq1cqpf4x253p4bi5wsq6qbwwv2wjsiwgd02"))))
+        (base32 "1464pradi2dkydm35bhbzyk7sqq87kcd70bp9xddfyirzys7awdl"))))
     (build-system perl-build-system)
     (home-page "https://metacpan.org/release/YAML-LibYAML")
     (synopsis "Perl YAML Serialization using XS and libyaml")