summaryrefslogtreecommitdiff
path: root/gnu/packages/password-utils.scm
diff options
context:
space:
mode:
authorNemin <bergengocia@protonmail.com>2026-02-18 10:15:07 +0100
committerjgart <jgart@dismail.de>2026-02-23 10:38:37 -0500
commit29981f53e383ba018bd6025b2a63ab8e5a175eb2 (patch)
tree9e86386696e158daff36d48c702be8d99249025f /gnu/packages/password-utils.scm
parent3d9306b03dd82caedcf96841526c1cff7ca5e60b (diff)
gnu: himitsu-ssh: Update to 0.10.0-0.446ff5f.
* gnu/packages/password-utils.scm (himitsu-ssh): Update to 0.10.0-0.446ff5f. Change-Id: If290ab683adf5c153090b718b2875c580fe4e57b Signed-off-by: jgart <jgart@dismail.de>
Diffstat (limited to 'gnu/packages/password-utils.scm')
-rw-r--r--gnu/packages/password-utils.scm42
1 files changed, 22 insertions, 20 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 55cb4198a54..2c59abff826 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -2220,27 +2220,29 @@ request user consent for application access to stored secrets.")
2220 (license license:gpl3))) 2220 (license license:gpl3)))
2221 2221
2222(define-public himitsu-ssh 2222(define-public himitsu-ssh
2223 (package 2223 (let ((commit "446ff5f0529e1f837381c79d540045e829801d36")
2224 (name "himitsu-ssh") 2224 (revision "0"))
2225 (version "0.9.1") 2225 (package
2226 (source (origin 2226 (name "himitsu-ssh")
2227 (method git-fetch) 2227 (version (git-version "0.10.0" revision commit))
2228 (uri (git-reference 2228 (source (origin
2229 (url "https://git.sr.ht/~sircmpwn/himitsu-ssh") 2229 (method git-fetch)
2230 (commit version))) 2230 (uri (git-reference
2231 (file-name (git-file-name name version)) 2231 (url "https://git.sr.ht/~sircmpwn/himitsu-ssh")
2232 (sha256 2232 (commit commit)))
2233 (base32 2233 (file-name (git-file-name name version))
2234 "07l152rdmp1sn9jvdvad0knkgh2pj77fia4ml9r4jj392gzv30vx")))) 2234 (sha256
2235 (build-system hare-build-system) 2235 (base32
2236 (inputs (list himitsu hare-ssh)) 2236 "0q9vd7c5pf8v073isa0y9mpwq1jibg8fkv8cs2jcp4vq1dykamg0"))))
2237 (native-inputs (list scdoc)) 2237 (build-system hare-build-system)
2238 (supported-systems %hare-supported-systems) 2238 (inputs (list himitsu hare-ssh hare-ev))
2239 (home-page "https://git.sr.ht/~sircmpwn/himitsu-ssh") 2239 (native-inputs (list scdoc))
2240 (synopsis "Himitsu ssh-agent") 2240 (supported-systems %hare-supported-systems)
2241 (description "This package provides an ssh-agent implementation that 2241 (home-page "https://git.sr.ht/~sircmpwn/himitsu-ssh")
2242 (synopsis "Himitsu ssh-agent")
2243 (description "This package provides an ssh-agent implementation that
2242stores and secures keys through Himitsu.") 2244stores and secures keys through Himitsu.")
2243 (license license:gpl3))) 2245 (license license:gpl3))))
2244 2246
2245(define-public himitsu-git 2247(define-public himitsu-git
2246 (package 2248 (package