diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-03 21:45:28 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-03 23:00:21 +0200 |
commit | 05c29040599069057a923bbbecb333f15fbd87ef (patch) | |
tree | 9b53da640f3dde195e159ef2e508c5484542d9a1 /gnu/packages/admin.scm | |
parent | 40fa331c81351e82240c7cd2203281501eadf77f (diff) |
gnu: netcat-openbsd: Update to 1.217-2.
* gnu/packages/admin.scm (netcat-openbsd): Update to 1.217-2.
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 9fca27c9c8..d154904964 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -827,7 +827,7 @@ would need and has several interesting built-in capabilities.") (define-public netcat-openbsd (package (name "netcat-openbsd") - (version "1.217-1") + (version "1.217-2") (source (origin (method git-fetch) (uri (git-reference @@ -836,7 +836,7 @@ would need and has several interesting built-in capabilities.") (file-name (git-file-name name version)) (sha256 (base32 - "0kcvi3pav2fdx5c22psjv5dggk4cmrqiaq2cklhqngsk4a7vrjan")))) + "19sr52ix14w344pv13ppb0c1wyg5dxhic1fw2q0s3qfmx57b9hhp")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no test suite |