gnu: inetutils: Update to 2.3.
* gnu/packages/admin.scm (inetutils): Update to 2.3.
This commit is contained in:
parent
73b829b4cc
commit
375e9147e8
1 changed files with 7 additions and 7 deletions
|
@ -826,14 +826,14 @@ re-executing them as necessary.")
|
||||||
(define-public inetutils
|
(define-public inetutils
|
||||||
(package
|
(package
|
||||||
(name "inetutils")
|
(name "inetutils")
|
||||||
(version "2.0")
|
(version "2.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/inetutils/inetutils-"
|
(uri (string-append "mirror://gnu/inetutils/inetutils-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j1nb69bhg29cm4xkqqjh2ln1zqcj2lnpm92v638lpwrs11dypxl"))))
|
"1dj4ilxy1wrfxhxc85iya3x28h1mhjpqc5nv862xcq3ww2gqkv8w"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--localstatedir=/var"
|
`(#:configure-flags '("--localstatedir=/var"
|
||||||
|
|
Reference in a new issue