diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-25 12:26:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-25 12:59:39 +0100 |
commit | 3ed36f3153021d433f284670d8ff63a02a1362e2 (patch) | |
tree | d02dd478f0bfc209b2ea521d93cc16a39e5a8999 /gnu/packages/perl.scm | |
parent | 799f484251e91f8e9064eb76cfdaddf3cb0ec893 (diff) | |
download | guix-3ed36f3153021d433f284670d8ff63a02a1362e2.tar guix-3ed36f3153021d433f284670d8ff63a02a1362e2.tar.gz |
gnu: perl-file-temp: Update source URL.
* gnu/packages/perl.scm (perl-file-temp)[source]: Update URL.
Diffstat (limited to 'gnu/packages/perl.scm')
-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 2d8d1ec446..712a96b57d 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -3747,7 +3747,7 @@ slurping and spewing. All functions are optionally exported.") (source (origin (method url-fetch) - (uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/" + (uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/" "File-Temp-" version ".tar.gz")) (sha256 (base32 "0pr3wrxrk93wy7dz9gsb1sgl77icrs8rh2mah6wms5cdi2ll5ch1")))) |