[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/14: gnu: perl-class-c3-adopt-next: Update to 0.14.
From: |
guix-commits |
Subject: |
13/14: gnu: perl-class-c3-adopt-next: Update to 0.14. |
Date: |
Tue, 15 Oct 2019 23:41:38 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 655ffa6ab33604e4c3faf101884ee206f7225436
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Oct 16 05:05:16 2019 +0200
gnu: perl-class-c3-adopt-next: Update to 0.14.
* gnu/packages/perl.scm (perl-class-c3-adopt-next): Update to 0.14.
[native-inputs]: Add perl-module-build and perl-module-build-tiny.
---
gnu/packages/perl.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index ead68d1..d03e670 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -935,18 +935,19 @@ sophisticated C3 method resolution order.")
(define-public perl-class-c3-adopt-next
(package
(name "perl-class-c3-adopt-next")
- (version "0.13")
+ (version "0.14")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://cpan/authors/id/F/FL/FLORA/"
+ (uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
"Class-C3-Adopt-NEXT-" version ".tar.gz"))
(sha256
- (base32
- "1rwgbx6dsy4rpas94p8wakzj7hrla1p15jnbm24kwhsv79gp91ld"))))
+ (base32 "1xsbydmiskpa1qbmnf6n39cb83nlb432xgkad9kfhxnvm8jn4rw5"))))
(build-system perl-build-system)
(native-inputs
- `(("perl-test-exception" ,perl-test-exception)))
+ `(("perl-module-build" ,perl-module-build)
+ ("perl-module-build-tiny" ,perl-module-build-tiny)
+ ("perl-test-exception" ,perl-test-exception)))
(propagated-inputs
`(("perl-list-moreutils" ,perl-list-moreutils)
("perl-mro-compat" ,perl-mro-compat)))
- 04/14: gnu: perl-gtk2: Update to 1.24993., (continued)
- 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, 2019/10/15
- 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 <=
- 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