guix-commits
[Top][All Lists]
Advanced

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

36/36: gnu: perl-lwp-protocol-https: Update to 6.07.


From: Tobias Geerinckx-Rice
Subject: 36/36: gnu: perl-lwp-protocol-https: Update to 6.07.
Date: Tue, 19 Jun 2018 23:27:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 80f755090db5d67af5a44992d11799cb65792c3e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jun 19 19:59:10 2018 +0200

    gnu: perl-lwp-protocol-https: Update to 6.07.
    
    * gnu/packages/web.scm (perl-lwp-protocol-https): Update to 6.07.
    [native-inputs]: Add perl-test-requiresinternet.
---
 gnu/packages/web.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index aaf8505..2319acb 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3089,16 +3089,19 @@ exists it is used instead.")
 (define-public perl-lwp-protocol-https
   (package
     (name "perl-lwp-protocol-https")
-    (version "6.06")
+    (version "6.07")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://cpan/authors/id/M/MS/MSCHILLI/"
+       (uri (string-append "mirror://cpan/authors/id/O/OA/OALDERS/"
                            "LWP-Protocol-https-" version ".tar.gz"))
        (sha256
         (base32
-         "1vxdjqj4bwq56m9h1bqqwkk3c6jr76f2zqzvwa26yjng3p686v5q"))))
+         "1rxrpwylfw1afah0nk96kgkwjbl2p1a7lwx50iipg8c4rx3cjb2j"))))
     (build-system perl-build-system)
+    (native-inputs
+     ;; For tests.
+     `(("perl-test-requiresinternet" ,perl-test-requiresinternet)))
     (propagated-inputs
      `(("perl-io-socket-ssl" ,perl-io-socket-ssl)
        ("perl-libwww" ,perl-libwww)



reply via email to

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