diff options
author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2025-04-30 23:42:38 +0300 |
---|---|---|
committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2025-04-30 23:42:38 +0300 |
commit | 5bf15734c869ecb9103832cae56198eb8a9adf89 (patch) | |
tree | 6c5ade6334ffc36b9964b37609ce76498478ab22 | |
parent | 32449def337b87dbea749d17354e8bd1e8d934d2 (diff) | |
download | guix-5bf15734c869ecb9103832cae56198eb8a9adf89.tar.gz guix-5bf15734c869ecb9103832cae56198eb8a9adf89.zip |
gnu: sshguard: Update to 2.5.1.
* gnu/packages/admin.scm (sshguard): Update to 2.5.1.
Change-Id: I18373546d0cdc0360eb2328b710ba42ed875c92e
-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 8f85200287..160c8a562d 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -6768,7 +6768,7 @@ backup directories or just finding duplicate files.") (define-public sshguard (package (name "sshguard") - (version "2.4.3") + (version "2.5.1") (source (origin (method git-fetch) @@ -6777,7 +6777,7 @@ backup directories or just finding duplicate files.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1dkijr287zpwdz1bjdchxzmwf1sk6vzpkycz1skm25lkaba6nd9r")))) + (base32 "1wpxvqwk4k40liq6x5ada6zy77mnp319zz1w0cs2wyq3a5ilpnvr")))) (build-system gnu-build-system) (native-inputs (list autoconf automake bison flex python-docutils)) |