mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ssh-to-age: Update to 1.1.2.
* gnu/packages/password-utils.scm (ssh-to-age): Update to 1.1.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
52577616c5
commit
210c929c26
1 changed files with 23 additions and 25 deletions
|
@ -352,20 +352,18 @@ applications, there is xclip integration." )
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public ssh-to-age
|
(define-public ssh-to-age
|
||||||
(let* ((commit "37365ce80fa64d8794855ec3c63cc9a071799fea")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "ssh-to-age")
|
(name "ssh-to-age")
|
||||||
(version (git-version "1.0.2" revision commit))
|
(version "1.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/Mic92/ssh-to-age")
|
(url "https://github.com/Mic92/ssh-to-age")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1fk2vxa854jnnffcw4q3vm1445jk1ck1v3p4mr9fh04yz06g7d28"))))
|
(base32 "09rhga9iqmyyq8pkprydy8y15qhzqvbpgzvs681rcyllf8szrj73"))))
|
||||||
(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"
|
||||||
|
@ -377,7 +375,7 @@ applications, there is xclip integration." )
|
||||||
(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)))
|
||||||
|
|
||||||
(define-public yapet
|
(define-public yapet
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue