From: Jack Hill <jackhill@jackhill.us>
To: 62022@debbugs.gnu.org
Subject: [bug#62022] [PATCH 3/3] gnu: ssh-to-age: Update to 1.1.2.
Date: Mon, 6 Mar 2023 21:54:18 -0500 [thread overview]
Message-ID: <20230307025418.9902-3-jackhill@jackhill.us> (raw)
In-Reply-To: <20230307025418.9902-1-jackhill@jackhill.us>
* gnu/packages/password-utils.scm (ssh-to-age): Update to 1.1.2.
---
gnu/packages/password-utils.scm | 48 ++++++++++++++++-----------------
1 file changed, 23 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 2f1388779f..f5f301308a 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -352,32 +352,30 @@ (define-public shroud
(license license:gpl3+)))
(define-public ssh-to-age
- (let* ((commit "37365ce80fa64d8794855ec3c63cc9a071799fea")
- (revision "0"))
- (package
- (name "ssh-to-age")
- (version (git-version "1.0.2" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/Mic92/ssh-to-age")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1fk2vxa854jnnffcw4q3vm1445jk1ck1v3p4mr9fh04yz06g7d28"))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "github.com/Mic92/ssh-to-age/cmd/ssh-to-age"
- #:unpack-path "github.com/Mic92/ssh-to-age"))
- (inputs (list go-golang-org-x-crypto
- go-filippo-io-edwards25519
- go-filippo-io-age))
- (home-page "https://github.com/Mic92/ssh-to-age")
- (synopsis "Convert SSH @code{ed25519} keys to @code{age} keys.")
- (description "This package provides a simple command-line tool to
+ (package
+ (name "ssh-to-age")
+ (version "1.1.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Mic92/ssh-to-age")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "09rhga9iqmyyq8pkprydy8y15qhzqvbpgzvs681rcyllf8szrj73"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/Mic92/ssh-to-age/cmd/ssh-to-age"
+ #:unpack-path "github.com/Mic92/ssh-to-age"))
+ (inputs (list go-golang-org-x-crypto
+ go-filippo-io-edwards25519
+ go-filippo-io-age))
+ (home-page "https://github.com/Mic92/ssh-to-age")
+ (synopsis "Convert SSH @code{ed25519} keys to @code{age} keys.")
+ (description "This package provides a simple command-line tool to
convert SSH @code{ed25519} keys to @code{age} keys.")
- (license license:expat))))
+ (license license:expat)))
(define-public yapet
(package
--
2.39.1
next prev parent reply other threads:[~2023-03-07 2:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-07 2:52 [bug#62022] [PATCH 0/3] Some age encryption updates Jack Hill
2023-03-07 2:54 ` [bug#62022] [PATCH 1/3] gnu: go-filippo-io-age: Update to 1.1.1 Jack Hill
2023-03-07 2:54 ` [bug#62022] [PATCH 2/3] gnu: pass-age: Update to 1.7.4a1 Jack Hill
2023-03-07 2:54 ` Jack Hill [this message]
2023-03-21 18:03 ` bug#62022: [PATCH 0/3] Some age encryption updates Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230307025418.9902-3-jackhill@jackhill.us \
--to=jackhill@jackhill.us \
--cc=62022@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.