gnu: perl-base: Update source URL.

* gnu/packages/perl.scm (perl-base)[source]: Update URL.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-25 13:34:59 +01:00
parent 83617aec58
commit a7da90936f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -387,7 +387,7 @@ (define-public perl-base
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/R/RG/RGARCIA/"
(uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
"base-" version ".tar.gz"))
(sha256
(base32 "1pjxcbbcpwlgzm0fzsbqd58zn8cj9vwril1wn3xfd7ws550mixa0"))))