guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: httping: Update to 2.5.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: httping: Update to 2.5.
Date: Mon, 17 Oct 2016 00:02:55 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 2f9687272713504ec2bc47554f9bd8de464b0c04
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Oct 13 16:58:08 2016 +0200

    gnu: httping: Update to 2.5.
    
    * gnu/packages/networking.scm (httping): Update to 2.5.
---
 gnu/packages/networking.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index ba8d082..b2a474d 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -474,7 +474,7 @@ network frames.")
 (define-public httping
   (package
     (name "httping")
-    (version "2.4")
+    (version "2.5")
     (source
      (origin
        (method url-fetch)
@@ -482,7 +482,7 @@ network frames.")
                            version ".tgz"))
        (sha256
         (base32
-         "1110r3gpsj9xmybdw7w4zkhj3zmn5mnv2nq0ijbvrywbn019zdfs"))))
+         "1y7sbgkhgadmd93x1zafqc4yp26ssiv16ni5bbi9vmvvdl55m29y"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("gettext" ,gnu-gettext)))



reply via email to

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