guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: perl-http-tiny: Update to 0.076.


From: Tobias Geerinckx-Rice
Subject: 09/10: gnu: perl-http-tiny: Update to 0.076.
Date: Tue, 14 Aug 2018 18:36:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 34362ff6d656eef7a24cbdcf5d7c9c26a29d2ccf
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Aug 15 00:14:07 2018 +0200

    gnu: perl-http-tiny: Update to 0.076.
    
    * gnu/packages/web.scm (perl-http-tiny): Update to 0.076.
---
 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 0ab219f..2302387 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -2921,7 +2921,7 @@ http-based UI to your existing tools.")
 (define-public perl-http-tiny
   (package
     (name "perl-http-tiny")
-    (version "0.070")
+    (version "0.076")
     (source
      (origin
        (method url-fetch)
@@ -2929,7 +2929,7 @@ http-based UI to your existing tools.")
                            "HTTP-Tiny-" version ".tar.gz"))
        (sha256
         (base32
-         "0cvp5yqrni6qydpsa8fpkbm82zfwmy9js8jsvyj8gs3dx78qbwvl"))))
+         "11wkxxqj3ff84rgj9q2gzkdgscwp3fzj205846k9ycqinlpsmgfx"))))
     (build-system perl-build-system)
     (inputs
      `(("perl-http-cookiejar" ,perl-http-cookiejar)



reply via email to

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