mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
5a34485991
commit
82b51cc809
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue