[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/13: gnu: fping: Update to 4.4.
From: |
guix-commits |
Subject: |
04/13: gnu: fping: Update to 4.4. |
Date: |
Sun, 26 Jul 2020 15:05:20 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit feac55dd5883f40fe9c5142e1b3c855c2c5ebca0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 26 15:44:59 2020 +0200
gnu: fping: Update to 4.4.
* gnu/packages/networking.scm (fping): Update to 4.4.
---
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 8df66af..0a311ec 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -985,14 +985,14 @@ network frames.")
(define-public fping
(package
(name "fping")
- (version "4.3")
+ (version "4.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://fping.org/dist/fping-"
version ".tar.gz"))
(sha256
- (base32 "0b9ppwibc0dx2ns95m0z1b28939af1c8yvgjbhnr9f7p8bl0l14j"))))
+ (base32 "049dnyr6d869kwrnfhkj3afifs3219fy6hv7kmsb3irdlmjlp1cz"))))
(build-system gnu-build-system)
(home-page "https://fping.org/")
(synopsis "Send ICMP ECHO_REQUEST packets to network hosts")
- branch master updated (e5b6ae9 -> 15b8b85), guix-commits, 2020/07/26
- 01/13: gnu: python-flask-sqlalchemy: Update to 2.4.4., guix-commits, 2020/07/26
- 03/13: gnu: mu: Update to 1.4.12., guix-commits, 2020/07/26
- 04/13: gnu: fping: Update to 4.4.,
guix-commits <=
- 06/13: gnu: libblockdev: Update to 2.24., guix-commits, 2020/07/26
- 07/13: gnu: jasper: Update to 2.0.17., guix-commits, 2020/07/26
- 10/13: gnu: perl-compress-bzip2: Update to 2.28., guix-commits, 2020/07/26
- 02/13: gnu: python-bleach: Update to 3.1.5., guix-commits, 2020/07/26
- 05/13: gnu: python-psycopg2: Update to 2.8.5., guix-commits, 2020/07/26
- 08/13: gnu: libostree: Update to 2020.4., guix-commits, 2020/07/26
- 09/13: gnu: zam-plugins: Update to 3.13., guix-commits, 2020/07/26
- 11/13: gnu: perl-compress-raw-bzip2: Update to 2.095., guix-commits, 2020/07/26
- 12/13: gnu: perl-compress-raw-zlib: Update to 2.095., guix-commits, 2020/07/26
- 13/13: gnu: perl-io-compress: Update to 2.095., guix-commits, 2020/07/26