all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jrballesteros05@posteo.net
To: 67356@debbugs.gnu.org
Subject: [bug#67356] [PATCH 2/2] gnu: contributing: solo2 library and CLI
Date: Wed, 22 Nov 2023 08:44:05 +0000	[thread overview]
Message-ID: <89b2f7b1ff7eb23b1bb537f2f8417995@posteo.net> (raw)
In-Reply-To: <c1d3775e586ef7e5a47f92cf8e7ce0bb@posteo.net>

Change-Id: Id3173e3eaf1f89eb6c799ae27dc69afc7f929f16
---
  gnu/packages/security-token.scm | 21 +++++++++++----------
  1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/security-token.scm 
b/gnu/packages/security-token.scm
index 1e77e01374..bf1c43f054 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -1110,15 +1110,16 @@ (define-public pcsc-cyberjack
  (define-public solo2-cli
    (package
      (name "solo2-cli")
-    (version "0.2.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/solokeys/" name
-                           "/archive/refs/tags/v" version ".tar.gz"))
-       (sha256
-        ;; (base32 
"0ck95limlnkva3vg3mcmnpa2y1n9dnka6d8njja852sa2zfzk7mf"))))
-        (base32 
"1d2z6glya1axnbr6p3p926b0jdmrz10rf210lmlfk2zkwrg0r8s9"))))
+    (version "v0.2.2")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/solokeys/solo2-cli")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                
"14jzc3kpr3850lg22xwbxrfvyy1xqjf39x3h4l565npq5bk4xnpf"))))
      (build-system cargo-build-system)
      (arguments
       `(#:cargo-inputs (("rust-anyhow" ,rust-anyhow-1)
@@ -1180,6 +1181,6 @@ (define-public solo2-cli
      (home-page "https://github.com/solokeys/solo2-cli")
      (native-inputs (list perl pkg-config))
      (inputs (list libevdev libgudev pcsc-lite))
-    (synopsis "solo2 library and cli")
+    (synopsis "Solo2 library and cli")
      (description "This provides the tools to manage solokeys 2 
devices")
      (license (list license:expat license:asl2.0))))
-- 
2.41.0






      parent reply	other threads:[~2023-11-22  8:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-21 22:29 [bug#67356] [PATCH 0/2] Add solo2-cli to manage "solokeys" jrballesteros05
2023-11-22  8:43 ` [bug#67356] [PATCH 1/2] added solo2-cli software to manage solokeys jrballesteros05
2023-11-22  8:44 ` jrballesteros05 [this message]

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=89b2f7b1ff7eb23b1bb537f2f8417995@posteo.net \
    --to=jrballesteros05@posteo.net \
    --cc=67356@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.