diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-25 13:34:59 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-25 13:34:59 +0100 |
commit | a7da90936f100336e70fb2e89a41b72673d1be08 (patch) | |
tree | 9788ea141bc830a6de35a6849e321546f57a48c9 | |
parent | 83617aec58a72c2683481a8b3d22140be436ede6 (diff) | |
download | guix-a7da90936f100336e70fb2e89a41b72673d1be08.tar.gz guix-a7da90936f100336e70fb2e89a41b72673d1be08.zip |
gnu: perl-base: Update source URL.
* gnu/packages/perl.scm (perl-base)[source]: Update URL.
-rw-r--r-- | gnu/packages/perl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index cacb1dee25..c93080af82 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -387,7 +387,7 @@ error when it would have happened.") (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")))) |