guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: perl-http-cookies: Fix source uri.


From: Efraim Flashner
Subject: 01/01: gnu: perl-http-cookies: Fix source uri.
Date: Mon, 30 Oct 2017 13:49:56 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8ff5b8aaa35cf1b48ee70889836972d87b7a94c4
Author: Efraim Flashner <address@hidden>
Date:   Mon Oct 30 19:47:59 2017 +0200

    gnu: perl-http-cookies: Fix source uri.
    
    This is a follow-up to d284f01826f1b5dcd1584110c5ba7fa6f76ed3e4.
    
    * gnu/packages/web.scm (perl-http-cookies)[source]: Update to new source 
uri.
---
 gnu/packages/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 6b7cfc3..eea8bb6 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]