1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: himitsu-git: Update to 0.10.0.

* gnu/packages/password-utils.scm (himitsu-git): Update to 0.10.0.

Change-Id: Id06b85cfcc5f0347aeeff1a1fe9445b38eac698b
Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
Nemin
2026-02-18 10:40:03 +01:00
committed by jgart
parent 29981f53e3
commit 260da9271e

View File

@@ -2247,7 +2247,7 @@ stores and secures keys through Himitsu.")
(define-public himitsu-git
(package
(name "himitsu-git")
(version "0.9.0")
(version "0.10.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2256,7 +2256,7 @@ stores and secures keys through Himitsu.")
(file-name (git-file-name name version))
(sha256
(base32
"09ww866k4ns9cpyqm9vixlyadwk3q8y24pxhqs0zxc3i4i3168yz"))))
"1m3n2j1sahks3sn4wb8wxnd1q05fc4acqpylk0fna5i28kn61m47"))))
(build-system hare-build-system)
(arguments (list #:tests? #f)) ; no tests
(inputs (list himitsu))