me
/
guix
Archived
1
0
Fork 0

gnu: perl-digest-crc: Update to 0.23.

* gnu/packages/perl.scm (perl-digest-crc): Update to 0.23.
master
Tobias Geerinckx-Rice 2021-04-19 15:38:37 +02:00
parent cebed25e67
commit e46273f108
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 4 deletions

View File

@ -3750,16 +3750,15 @@ each stack frame.")
(define-public perl-digest-crc
(package
(name "perl-digest-crc")
(version "0.22")
(version "0.23")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/O/OL/OLIMAUL/Digest-CRC-"
version ".2.tar.gz"))
version ".tar.gz"))
(sha256
(base32
"1jvqcyrbi11cj3vlfc9sq2g6rv9caizyjkjqsksvmxn6zgvm0aqi"))))
(base32 "1n64qnjxhw1jjikxgfa1x5a4f7qi298839r3xhzvmj5736754j51"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/Digest-CRC")
(synopsis "Generic CRC functions")