[PATCH] gnu: libnitrokey: Update to 3.8.

  • Done
  • quality assurance status badge
Details
2 participants
  • Morgan.J.Smith
  • Christopher Baines
Owner
unassigned
Submitted by
Morgan.J.Smith
Severity
normal

Debbugs page

Morgan.J.Smith wrote 2 years ago
(address . guix-patches@gnu.org)(name . Morgan Smith)(address . Morgan.J.Smith@outlook.com)
CY4PR03MB3159E31EC394CE748FC2609EC5DC9@CY4PR03MB3159.namprd03.prod.outlook.com
From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/security-token.scm (libnitrokey): Update to 3.8.
---

I looked through the diff for 3.6 -> 3.8. It builds. nitrokey-app builds and
runs. I will admit I'm only doing this for the new udev rules though.


gnu/packages/security-token.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (33 lines)
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 619be42305..a7f5e3acf9 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -725,7 +725,7 @@ (define-public python-yubikey-manager
(define-public libnitrokey
(package
(name "libnitrokey")
- (version "3.6")
+ (version "3.8")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -734,7 +734,7 @@ (define-public libnitrokey
(file-name (git-file-name name version))
(sha256
(base32
- "0ngrvv61d36vvfwrfg0qxmp2wg18v4aaldwvwzgxvwaysjswhn9r"))))
+ "1b95l979y353rli54a79z18iya9bza83cymcjpndr01q1pb134zm"))))
(build-system cmake-build-system)
(arguments
;; These tests do not require any device to be connected
@@ -743,7 +743,7 @@ (define-public libnitrokey
(inputs (list hidapi libusb))
(home-page "https://github.com/Nitrokey/libnitrokey")
(synopsis "Communication library for Nitrokey")
- (description "This packate provides communication library for Nitrokey.")
+ (description "This package provides a communication library for Nitrokey.")
(license license:lgpl3+)))
(define-public cppcodec
--
2.39.1
Christopher Baines wrote 2 years ago
(address . Morgan.J.Smith@outlook.com)
87lel11jd8.fsf@cbaines.net
Morgan.J.Smith@outlook.com writes:

Toggle quote (12 lines)
> From: Morgan Smith <Morgan.J.Smith@outlook.com>
>
> * gnu/packages/security-token.scm (libnitrokey): Update to 3.8.
> ---
>
> I looked through the diff for 3.6 -> 3.8. It builds. nitrokey-app builds and
> runs. I will admit I'm only doing this for the new udev rules though.
>
>
> gnu/packages/security-token.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

Thanks! Pushed to master as 403066162cefb65b4ad858517722641c6394ffc2.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmPqiLNfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xc/KQ//Ulg1rBJWDczHN4E+JLYF0+3yoSQtCmOi
mzGaO+/XA1s0+neWb19WXwRIpW5feklIaXd4Dn0x7laiPjwfz116tM0NNMRKn8Ud
BnmhHRpdR3DcLHgErDtVyYoTQimRQHmgOK2D6K0A7J3xpdJbXPgMsZf1RDQOhLfN
DYDW+ZNeKYwxPv9cFZh7gWGzhW3iHgMASgrGZj2UlI1LwnhaN4WS+CDsoTKzcUaH
mdZDeJUBlZKrlaZAk2IU88G0KUG7aJxdSY15jp+xZkeNs3keWMwA4rtg4/02DQom
Pt7LHKyYUxjrw4/KZA2bL1q+xQUm/SNTPKsa6ptcpLLyys8bwdHQJ3wFGnxtwwZf
NzUfjAXUEpIGMOps//ETDvuRZYbsVEmstny7p3ig3EsZFBb+UDq1N8+TpYFbf3hk
1v1q3oqQZ6hElT6UiEJKgv3ljsDKDxmY2HZI5lwHV5MMzU/XX8v3XTBEmTYGL21e
5yE9VgAbgjawaX+BRG7O2+zj4JlFmQZDsKPgn2S/mqi4QzfoBpj/TAoJAO7r09g4
tdwINibj1JgjNnxqa4wWdoDxJj8OdRoh5mLHIgpqWj55rzAqcMDpbvUeqA4Pyefh
9/XGjYZzuoeSs4Fgi0ZSiCqdfrX/siL2giToZwJPBw7aerONjWb4X18D1EkaCjSl
TfCoPQW0ydk=
=eNLu
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 61444@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61444
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help