summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2019-03-24 22:09:09 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2019-03-24 22:13:36 +0300
commitdff4dcb7fed54d56e8a1645656039ddbed1701ee (patch)
tree05f5a28774c849620e015f61638c5aacad11a66b
parentb28e4e3c0d37c397a8e8060c5764dce5871567f5 (diff)
downloadpatches-dff4dcb7fed54d56e8a1645656039ddbed1701ee.tar
patches-dff4dcb7fed54d56e8a1645656039ddbed1701ee.tar.gz
gnu: perl-package-stash-xs: Update source tarball URL.
* gnu/packages/perl.scm (perl-package-stash-xs)[source]: Update URL.
-rw-r--r--gnu/packages/perl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 8c28c94ed9..3161e4d31e 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -18,7 +18,7 @@
;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2017 Christopher Allan Webber <cwebber@dustycloud.org>
-;;; Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com>
+;;; Copyright © 2018, 2019 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2018, 2019 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2018 Kei Kebreau <kkebreau@posteo.net>
;;;
@@ -6663,7 +6663,7 @@ of that behind a simple API.")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://cpan/authors/id/D/DO/DOY/"
+ (uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
"Package-Stash-XS-" version ".tar.gz"))
(sha256
(base32 "1akqk10qxwk798qppajqbczwmhy4cs9g0lg961m3vq218slnnryk"))))