diff options
author | Alex Griffin <a@ajgrf.com> | 2019-12-11 13:38:15 -0600 |
---|---|---|
committer | Alex Griffin <a@ajgrf.com> | 2019-12-11 13:38:15 -0600 |
commit | b0945d6944bcf3ccd77a85c781ce8ebb3c29985c (patch) | |
tree | 1761f97f7f4bd72f010c37a4ce98baa4a17bc4fa /gnu/packages/admin.scm | |
parent | 997153a132f8390df7716e281787658c5fc4552c (diff) |
gnu: netcat-openbsd: Update to 1.206-1.
* gnu/packages/admin.scm (netcat-openbsd): Update to 1.206-1.
Diffstat (limited to 'gnu/packages/admin.scm')
-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 e0f239a6ae..c2be85e81e 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -629,7 +629,7 @@ would need and has several interesting built-in capabilities.") (define-public netcat-openbsd (package (name "netcat-openbsd") - (version "1.203-2") + (version "1.206-1") (source (origin (method git-fetch) (uri (git-reference @@ -638,7 +638,7 @@ would need and has several interesting built-in capabilities.") (file-name (git-file-name name version)) (sha256 (base32 - "0j85gzbjzs6yrhgabh3zkwzd27qkr5s0zjjczl0hah8q7yhrjk3m")))) + "08r3mmck3s5pbvwyq19wp5g8jqcxza3cm8nkc6jm7rqn4jdydc4z")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no test suite |