mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: netcat-openbsd: Update to 1.218-5.
* gnu/packages/admin.scm (netcat-openbsd): Update to 1.218-5.
This commit is contained in:
parent
85d56c1780
commit
09e885d848
1 changed files with 2 additions and 2 deletions
|
@ -1068,7 +1068,7 @@ would need and has several interesting built-in capabilities.")
|
||||||
(define-public netcat-openbsd
|
(define-public netcat-openbsd
|
||||||
(package
|
(package
|
||||||
(name "netcat-openbsd")
|
(name "netcat-openbsd")
|
||||||
(version "1.218-2")
|
(version "1.218-5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1077,7 +1077,7 @@ would need and has several interesting built-in capabilities.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rj4nx0jdism1idc4fghahqbafhv72cpk7zlyq9czgvbps10d1kh"))))
|
"0hpbmz9m2q22a6qgbn9590z2x96xgffim8g0m1v47mariz3pqhlc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no test suite
|
`(#:tests? #f ; no test suite
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue