mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: perl-digest-crc: Update to 0.23.
* gnu/packages/perl.scm (perl-digest-crc): Update to 0.23.
This commit is contained in:
parent
cebed25e67
commit
e46273f108
1 changed files with 3 additions and 4 deletions
|
@ -3750,16 +3750,15 @@ each stack frame.")
|
||||||
(define-public perl-digest-crc
|
(define-public perl-digest-crc
|
||||||
(package
|
(package
|
||||||
(name "perl-digest-crc")
|
(name "perl-digest-crc")
|
||||||
(version "0.22")
|
(version "0.23")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://cpan/authors/id/O/OL/OLIMAUL/Digest-CRC-"
|
"mirror://cpan/authors/id/O/OL/OLIMAUL/Digest-CRC-"
|
||||||
version ".2.tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1n64qnjxhw1jjikxgfa1x5a4f7qi298839r3xhzvmj5736754j51"))))
|
||||||
"1jvqcyrbi11cj3vlfc9sq2g6rv9caizyjkjqsksvmxn6zgvm0aqi"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "https://metacpan.org/release/Digest-CRC")
|
(home-page "https://metacpan.org/release/Digest-CRC")
|
||||||
(synopsis "Generic CRC functions")
|
(synopsis "Generic CRC functions")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue