guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: perl-http-cookiejar: Update to 0.012.


From: guix-commits
Subject: branch master updated: gnu: perl-http-cookiejar: Update to 0.012.
Date: Sat, 24 Jul 2021 20:04:04 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 45881ea  gnu: perl-http-cookiejar: Update to 0.012.
45881ea is described below

commit 45881ea747bbff8f4819100264f70958f454090f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 25 01:53:34 2021 +0200

    gnu: perl-http-cookiejar: Update to 0.012.
    
    This fixes its build which had started to fail due to a time-bomb:
    
      Expires=Wed, 09 Jun 2021 10:18:14 GMT
    
    in an examples.t test cookie.
    
    * gnu/packages/web.scm (perl-http-cookiejar): Update to 0.012.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 21e47eb..e23272e 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3482,14 +3482,14 @@ and multipart/form-data.")
 (define-public perl-http-cookiejar
   (package
     (name "perl-http-cookiejar")
-    (version "0.010")
+    (version "0.012")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/"
                            "HTTP-CookieJar-" version ".tar.gz"))
        (sha256
-        (base32 "1l7mqsca4fmls7agzwmp6yq1x16y9jwq4114i6i75n654gl37qsn"))))
+        (base32 "0jk0ps4i67dhhhwaxwwa9nkv3n6n5w44xlnwyzvk59735pwvyjh0"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-test-deep" ,perl-test-deep)



reply via email to

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