diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-08 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-08 02:00:00 +0200 |
commit | 09e885d848f7c86e62881c749843582ccfb6c9a3 (patch) | |
tree | 35ef7eb0bd6106784c2bc5b8e107d7122235289e /gnu/packages | |
parent | 85d56c1780bd68929498ed9b4e9cc7938e94a6e5 (diff) |
gnu: netcat-openbsd: Update to 1.218-5.
* gnu/packages/admin.scm (netcat-openbsd): Update to 1.218-5.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index a32d28a92e..ff2ff2fc2d 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1068,7 +1068,7 @@ would need and has several interesting built-in capabilities.") (define-public netcat-openbsd (package (name "netcat-openbsd") - (version "1.218-2") + (version "1.218-5") (source (origin (method git-fetch) (uri (git-reference @@ -1077,7 +1077,7 @@ would need and has several interesting built-in capabilities.") (file-name (git-file-name name version)) (sha256 (base32 - "1rj4nx0jdism1idc4fghahqbafhv72cpk7zlyq9czgvbps10d1kh")))) + "0hpbmz9m2q22a6qgbn9590z2x96xgffim8g0m1v47mariz3pqhlc")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no test suite |