diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-25 13:18:21 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-25 13:18:35 +0100 |
commit | e68f20502cc80b2dd02b9d4045b6b7ec0ce92703 (patch) | |
tree | 15d3e998a9b35f6f6c88d7430a8d23ff77d023df /gnu | |
parent | 5ca9cb1e177154c7c4cca3fb46aec47fade5ccad (diff) | |
download | patches-e68f20502cc80b2dd02b9d4045b6b7ec0ce92703.tar patches-e68f20502cc80b2dd02b9d4045b6b7ec0ce92703.tar.gz |
gnu: perl-class-c3-componentised: Update source URL.
* gnu/packages/perl.scm (perl-class-c3-componentised)[source]:
Update URL.
Diffstat (limited to 'gnu')
-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 69c710a031..641f0c2cee 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -981,7 +981,7 @@ supporting the same interface, but using Class::C3 to do the hard work.") (source (origin (method url-fetch) - (uri (string-append "mirror://cpan/authors/id/F/FR/FREW/" + (uri (string-append "mirror://cpan/authors/id/H/HA/HAARG/" "Class-C3-Componentised-" version ".tar.gz")) (sha256 (base32 "14wn1g45z3b5apqq7dcai5drk01hfyqydsd2m6hsxzhyvi3b2l9h")))) |