summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-16 02:00:02 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-16 02:00:01 +0200
commit708f62bc1c7e0a51e08e11097addfd90b5a039ad (patch)
tree201102834bfe7930e2e25d80d396e43ddcc5efe5 /gnu
parenta18d57d1f8ae6a39941a84998bddaf361053aa07 (diff)
gnu: traceroute: Update to 2.1.2.
* gnu/packages/networking.scm (traceroute): Update to 2.1.2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index a490fafb5c..02e85da524 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4199,7 +4199,7 @@ network. This must be enabled on the target host, usually in the BIOS.")
(define-public traceroute
(package
(name "traceroute")
- (version "2.1.0")
+ (version "2.1.2")
(source
(origin
(method url-fetch)
@@ -4207,7 +4207,7 @@ network. This must be enabled on the target host, usually in the BIOS.")
"traceroute-" version "/traceroute-"
version ".tar.gz"))
(sha256
- (base32 "1dh32vcfawkl1p9g4ral1p0camds4paqr8db1kaqxwyk6hmd4s9n"))))
+ (base32 "07svkglyizxirgcmv6d4ih59f3ds8pnyprvkrqcf5d3p567jcz2h"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ;no test suite