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

gnu: ssh-to-age: Update to 1.2.0.

* gnu/packages/password-utils.scm (ssh-to-age): Update to 1.2.0.

Change-Id: I2c1af2d03b2f4755696c3a38de31883db60b1ed6
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Cayetano Santos
2025-09-21 12:34:22 +02:00
committed by Liliana Marie Prikler
parent 5a34485991
commit 82b51cc809

View File

@@ -638,7 +638,7 @@ applications, there is xclip integration." )
(define-public ssh-to-age
(package
(name "ssh-to-age")
(version "1.1.7")
(version "1.2.0")
(source
(origin
(method git-fetch)
@@ -647,7 +647,7 @@ applications, there is xclip integration." )
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "134gpbalyll238wvj9ci0rascgm4csayz863ci99cy5qq8266wrl"))))
(base32 "0f8s8k8sbdrifklspcc83rjp290v7mrqqp9jwg02dj2mm7iy2bfj"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/Mic92/ssh-to-age/cmd/ssh-to-age"