gnu: ssh-to-age: Update to 1.1.7.
* gnu/packages/password-utils.scm (ssh-to-age): Update to 1.1.7. [synopsis]: Remove period at the end of the sentence. Change-Id: Ide1bab2490b52459c31191d578619f9ea1edcbaf Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
f7e6a84e98
commit
a42ce77f1b
|
@ -425,7 +425,7 @@ applications, there is xclip integration." )
|
||||||
(define-public ssh-to-age
|
(define-public ssh-to-age
|
||||||
(package
|
(package
|
||||||
(name "ssh-to-age")
|
(name "ssh-to-age")
|
||||||
(version "1.1.2")
|
(version "1.1.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -434,7 +434,7 @@ applications, there is xclip integration." )
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "09rhga9iqmyyq8pkprydy8y15qhzqvbpgzvs681rcyllf8szrj73"))))
|
(base32 "134gpbalyll238wvj9ci0rascgm4csayz863ci99cy5qq8266wrl"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/Mic92/ssh-to-age/cmd/ssh-to-age"
|
'(#:import-path "github.com/Mic92/ssh-to-age/cmd/ssh-to-age"
|
||||||
|
@ -443,7 +443,7 @@ applications, there is xclip integration." )
|
||||||
go-filippo-io-edwards25519
|
go-filippo-io-edwards25519
|
||||||
go-filippo-io-age))
|
go-filippo-io-age))
|
||||||
(home-page "https://github.com/Mic92/ssh-to-age")
|
(home-page "https://github.com/Mic92/ssh-to-age")
|
||||||
(synopsis "Convert SSH @code{ed25519} keys to @code{age} keys.")
|
(synopsis "Convert SSH @code{ed25519} keys to @code{age} keys")
|
||||||
(description "This package provides a simple command-line tool to
|
(description "This package provides a simple command-line tool to
|
||||||
convert SSH @code{ed25519} keys to @code{age} keys.")
|
convert SSH @code{ed25519} keys to @code{age} keys.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Reference in New Issue