[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/14: gnu: perl-yaml-libyaml: Update to 0.80.
From: |
guix-commits |
Subject: |
06/14: gnu: perl-yaml-libyaml: Update to 0.80. |
Date: |
Tue, 15 Oct 2019 23:41:36 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 0910bf508fbc2037c37b45270b5ee622255b4eb3
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Oct 16 04:22:40 2019 +0200
gnu: perl-yaml-libyaml: Update to 0.80.
* gnu/packages/perl.scm (perl-yaml-libyaml): Update to 0.80.
---
gnu/packages/perl.scm | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 5290e22..006a23b 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -9416,21 +9416,18 @@ on the YAML 1.0 specification.")
(define-public perl-yaml-libyaml
(package
(name "perl-yaml-libyaml")
- (version "0.78")
+ (version "0.80")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/T/TI/TINITA/YAML-LibYAML-"
- version
- ".tar.gz"))
+ version ".tar.gz"))
(sha256
- (base32 "03plv3wfqqqf7g8mxr8f6wlki2af8w3rg9xcfii1z5l1f1iarxx1"))))
+ (base32 "1nhn4w52kpq757rxl052f61h36rdzsy416k740m3fy5ih7axhq4x"))))
(build-system perl-build-system)
- (home-page
- "https://metacpan.org/release/YAML-LibYAML")
- (synopsis
- "Perl YAML Serialization using XS and libyaml")
+ (home-page "https://metacpan.org/release/YAML-LibYAML")
+ (synopsis "Perl YAML Serialization using XS and libyaml")
(description
"@code{YAML::XS} is a Perl XS binding to libyaml which offers Perl the
best YAML support to date.")
- branch master updated (3268fba -> 1ee0ac3), guix-commits, 2019/10/15
- 04/14: gnu: perl-gtk2: Update to 1.24993., guix-commits, 2019/10/15
- 02/14: gnu: python-pylibmc: Update to 1.6.1., guix-commits, 2019/10/15
- 05/14: gnu: perl-test-runvalgrind: Update to 0.2.1., guix-commits, 2019/10/15
- 03/14: gnu: kakoune: Update to 2019.07.01., guix-commits, 2019/10/15
- 06/14: gnu: perl-yaml-libyaml: Update to 0.80.,
guix-commits <=
- 07/14: gnu: perl-yaml: Update to 1.29., guix-commits, 2019/10/15
- 12/14: gnu: perl-file-find-object-rule: Update to 0.0311., guix-commits, 2019/10/15
- 10/14: gnu: perl-datetime-format-flexible: Fix typo in synopsis., guix-commits, 2019/10/15
- 01/14: gnu: python-tornado-http-auth: Update to 1.1.1., guix-commits, 2019/10/15
- 11/14: gnu: perl-datetime-format-flexible: Make test input native., guix-commits, 2019/10/15
- 13/14: gnu: perl-class-c3-adopt-next: Update to 0.14., guix-commits, 2019/10/15
- 14/14: gnu: man-pages: Update to 5.03., guix-commits, 2019/10/15
- 09/14: gnu: perl-datetime-format-flexible: Update to 0.32., guix-commits, 2019/10/15
- 08/14: gnu: perl-net-dns: Update to 1.21., guix-commits, 2019/10/15