gnu: netcat-openbsd: Update to 1.219-1.
* gnu/packages/admin.scm (netcat-openbsd): Update to 1.219-1.
This commit is contained in:
parent
b39d77e7f7
commit
a46cf60965
1 changed files with 2 additions and 2 deletions
|
@ -1175,7 +1175,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-5")
|
(version "1.219-1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1184,7 +1184,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
|
||||||
"0hpbmz9m2q22a6qgbn9590z2x96xgffim8g0m1v47mariz3pqhlc"))))
|
"1fhrmnbdl6bgsjk02vi78zy9i486mmniymbbbhdkzl8zfjbjkpxc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no test suite
|
`(#:tests? #f ; no test suite
|
||||||
|
|
Reference in a new issue