1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-14 00:50:35 +02:00

gnu: perl-object-signature: Update source URL.

* gnu/packages/perl.scm (perl-object-signature)[source]: Update URL.
This commit is contained in:
Tobias Geerinckx-Rice
2019-03-25 12:24:34 +01:00
parent f970946c1d
commit 799f484251

View File

@@ -6540,7 +6540,7 @@ number exists in a given range, and to be able to manipulate the range.")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/A/AD/ADAMK/"
(uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
"Object-Signature-" version ".tar.gz"))
(sha256
(base32 "12k90c19ly93ib1p6sm3k7sbnr2h5dbywkdmnff2ngm99p4m68c4"))))