mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: inetutils: Update to 2.5.
* gnu/packages/admin.scm (inetutils): Update to 2.5. Change-Id: I345c27f45a1d00c27c0acda82dee96077002acef
This commit is contained in:
parent
ebf95b5a77
commit
4748d947f7
1 changed files with 2 additions and 2 deletions
|
@ -963,14 +963,14 @@ re-executing them as necessary.")
|
||||||
(define-public inetutils
|
(define-public inetutils
|
||||||
(package
|
(package
|
||||||
(name "inetutils")
|
(name "inetutils")
|
||||||
(version "2.3")
|
(version "2.5")
|
||||||
(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
|
||||||
"1dj4ilxy1wrfxhxc85iya3x28h1mhjpqc5nv862xcq3ww2gqkv8w"))))
|
"0q1257ci22g2jbdiqs00mharc1lqkbibdlkhj23f3si6qjxkn17s"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--localstatedir=/var"
|
`(#:configure-flags '("--localstatedir=/var"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue