[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: perl-yaml-libyaml: Update to 0.82.
From: |
guix-commits |
Subject: |
01/10: gnu: perl-yaml-libyaml: Update to 0.82. |
Date: |
Mon, 8 Feb 2021 06:47:03 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 2dbc3f570464ed0a9602d7378e2633e4a9fb4a36
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Feb 8 11:59:43 2021 +0200
gnu: perl-yaml-libyaml: Update to 0.82.
* gnu/packages/perl.scm (perl-yaml-libyaml): Update to 0.82.
---
gnu/packages/perl.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 370783c..987e326 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6,7 +6,7 @@
;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
;;; Copyright © 2016, 2018 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016 Jochem Raat <jchmrt@riseup.net>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner
<efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner
<efraim@flashner.co.il>
;;; Copyright © 2016 Nikita <nikita@n0.is>
;;; Copyright © 2016 Alex Sassmannshausen <alex@pompo.co>
;;; Copyright © 2016, 2018, 2020 Roel Janssen <roel@gnu.org>
@@ -10869,7 +10869,7 @@ on the YAML 1.0 specification.")
(define-public perl-yaml-libyaml
(package
(name "perl-yaml-libyaml")
- (version "0.80")
+ (version "0.82")
(source
(origin
(method url-fetch)
@@ -10877,7 +10877,7 @@ on the YAML 1.0 specification.")
"mirror://cpan/authors/id/T/TI/TINITA/YAML-LibYAML-"
version ".tar.gz"))
(sha256
- (base32 "1nhn4w52kpq757rxl052f61h36rdzsy416k740m3fy5ih7axhq4x"))))
+ (base32 "0j7yhxkaasccynl5iq1cqpf4x253p4bi5wsq6qbwwv2wjsiwgd02"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/YAML-LibYAML";)
(synopsis "Perl YAML Serialization using XS and libyaml")
- branch master updated (92f37c0 -> b9f9f9a), guix-commits, 2021/02/08
- 05/10: gnu: perl-test-warnings: Update to 0.030., guix-commits, 2021/02/08
- 08/10: gnu: perl-test-runvalgrind: Update to 0.2.2., guix-commits, 2021/02/08
- 02/10: gnu: perl-xml-writer: Update to 0.900., guix-commits, 2021/02/08
- 06/10: gnu: perl-test-taint: Update to 1.08., guix-commits, 2021/02/08
- 01/10: gnu: perl-yaml-libyaml: Update to 0.82.,
guix-commits <=
- 09/10: gnu: perl-test-simple: Update to 1.302183., guix-commits, 2021/02/08
- 07/10: gnu: perl-test-requires: Update to 0.11., guix-commits, 2021/02/08
- 10/10: gnu: perl-test-trailingspace: Update to 0.0600., guix-commits, 2021/02/08
- 04/10: gnu: perl-test-warn: Update to 0.36., guix-commits, 2021/02/08
- 03/10: gnu: perl-time-local: Update to 1.30., guix-commits, 2021/02/08