[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/28: gnu: httping: Update to 2.9.
From: |
guix-commits |
Subject: |
23/28: gnu: httping: Update to 2.9. |
Date: |
Sun, 17 Sep 2023 08:26:44 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 477600f818d37e7fab99386370d36a67c962573e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 10 02:00:00 2023 +0200
gnu: httping: Update to 2.9.
* gnu/packages/networking.scm (httping): Update to 2.9.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
---
gnu/packages/networking.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 383f28e793..a36f8c3f65 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1928,15 +1928,16 @@ transmission protocol (SCTP) in a Go application.")
(define-public httping
(package
(name "httping")
- (version "2.5")
+ (version "2.9")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://www.vanheusden.com/httping/httping-"
- version ".tgz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/folkertvanheusden/HTTPing")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "1y7sbgkhgadmd93x1zafqc4yp26ssiv16ni5bbi9vmvvdl55m29y"))))
+ (base32 "1gbpirzih0zr93fm71scqjji9wwkfp64q8z36857blsngdfm6k38"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags
- 27/28: gnu: glirc: Re-indent., (continued)
- 27/28: gnu: glirc: Re-indent., guix-commits, 2023/09/17
- 07/28: gnu: drumkv1: Update to 0.9.32., guix-commits, 2023/09/17
- 10/28: gnu: qtractor: Update to 0.9.35., guix-commits, 2023/09/17
- 09/28: gnu: padthv1: Update to 0.9.32., guix-commits, 2023/09/17
- 12/28: gnu: fuse-overlayfs: Update to 1.13., guix-commits, 2023/09/17
- 08/28: gnu: samplv1: Update to 0.9.32., guix-commits, 2023/09/17
- 11/28: gnu: libdiscid: Update to 0.6.4., guix-commits, 2023/09/17
- 16/28: gnu: boxes: Update to 2.2.1., guix-commits, 2023/09/17
- 20/28: gnu: fsearch: Update to 0.2.3., guix-commits, 2023/09/17
- 26/28: gnu: Add glirc-lua., guix-commits, 2023/09/17
- 23/28: gnu: httping: Update to 2.9.,
guix-commits <=
- 21/28: gnu: mu: Update to 1.10.7., guix-commits, 2023/09/17
- 28/28: gnu: net-snmp: Update to 5.9.4., guix-commits, 2023/09/17