gnu: perl-algorithm-c3: Update to 0.11.

* gnu/packages/perl.scm (perl-algorithm-c3): Update to 0.11.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-11 16:53:53 +01:00
parent 5b39f44382
commit 83fcb65794
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -269,15 +269,14 @@ (define-public perl
(define-public perl-algorithm-c3
(package
(name "perl-algorithm-c3")
(version "0.10")
(version "0.11")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/H/HA/HAARG/"
"Algorithm-C3-" version ".tar.gz"))
(sha256
(base32
"01hlcaxndls86bl92rkd3fvf9pfa3inxqaimv88bxs95803kmkss"))))
(base32 "02ck52cf0yyk57354rd1rp5l0kbfwi1pvg2lh3jadvjxfrkq9x5a"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/Algorithm-C3")
(synopsis "Module for merging hierarchies using the C3 algorithm")