mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: traceroute: Update to 2.1.6.
* gnu/packages/networking.scm (traceroute): Update to 2.1.6. Change-Id: Id3330e8ef511b6c5dce4015d09d5d6643b3c44d4
This commit is contained in:
parent
c68d482a9e
commit
065a68b8ad
1 changed files with 2 additions and 2 deletions
|
@ -4501,7 +4501,7 @@ network. This must be enabled on the target host, usually in the BIOS.")
|
|||
(define-public traceroute
|
||||
(package
|
||||
(name "traceroute")
|
||||
(version "2.1.5")
|
||||
(version "2.1.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4509,7 +4509,7 @@ network. This must be enabled on the target host, usually in the BIOS.")
|
|||
"traceroute-" version "/traceroute-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "17l5barragw0mfgsbjfndny3w4l7zs20l6s6rvim3azajq6jcv4w"))))
|
||||
(base32 "0pnvp7fcgkhg58ilnp2j9dk83274s3mpjgzrzgvqzafpp76zkklw"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue