gnu: perl-http-cookies: Fix source uri.
This is a follow-up to d284f01826
.
* gnu/packages/web.scm (perl-http-cookies)[source]: Update to new source uri.
master
parent
484a1c05d0
commit
8ff5b8aaa3
|
@ -2590,7 +2590,7 @@ jar in conformance with RFC 6265 <http://tools.ietf.org/html/rfc6265>.")
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://cpan/authors/id/G/GA/GAAS/HTTP-Cookies-"
|
||||
"mirror://cpan/authors/id/O/OA/OALDERS/HTTP-Cookies-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Reference in New Issue