me
/
guix
Archived
1
0
Fork 0

gnu: perl-parent: Update to 0.237.

* gnu/packages/perl.scm (perl-parent): Update to 0.237.
master
Tobias Geerinckx-Rice 2019-03-23 12:14:34 +01:00
parent 3dbe4f709f
commit fa079bea32
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -6840,15 +6840,14 @@ distributions.")
(define-public perl-parent
(package
(name "perl-parent")
(version "0.228")
(version "0.237")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/C/CO/CORION/"
"parent-" version ".tar.gz"))
(sha256
(base32
"0w0i02y4z8465z050kml57mvhv7c5gl8w8ivplhr3cms0zbaq87b"))))
(base32 "1bnaadzf51g6zrpq6pvvgds2cc9d4w1vck7sapkd3hb5hmjdk28h"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/parent")
(synopsis "Establish an ISA relationship with base classes at compile time")