guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: libfido2: Update to 1.12.0.


From: guix-commits
Subject: branch master updated: gnu: libfido2: Update to 1.12.0.
Date: Mon, 21 Nov 2022 14:58:52 -0500

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fe3be8d5e0 gnu: libfido2: Update to 1.12.0.
fe3be8d5e0 is described below

commit fe3be8d5e04804dadd84c7a909e1f85fe52080f3
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Nov 21 11:59:52 2022 -0500

    gnu: libfido2: Update to 1.12.0.
    
    * gnu/packages/security-token.scm (libfido2): Update to 1.12.0.
---
 gnu/packages/security-token.scm | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 307a0d4cb0..16099a4da7 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -891,7 +891,7 @@ phone is required.")
 (define-public libfido2
   (package
     (name "libfido2")
-    (version "1.11.0")
+    (version "1.12.0")
     (source
      (origin
        (method git-fetch)
@@ -899,21 +899,21 @@ phone is required.")
              (url "https://github.com/Yubico/libfido2";)
              (commit version)))
        (file-name (git-file-name name version))
-       (sha256 (base32 
"1nk4irmdg36930lgc892qmlmd4whz4fq37wknkdx5ap57i5x18i6"))))
+       (sha256 (base32 
"123rysl21bmgk6rmpgg5s21a5ksmxnn1hc32ws88h7z0q4icvj87"))))
     (native-inputs (list pkg-config))
     (inputs (list eudev libcbor openssl zlib))
     (build-system cmake-build-system)
     (arguments
      (list
-       #:configure-flags
-       #~(list (string-append
-                 "-DPKG_CONFIG_EXECUTABLE="
-                 (search-input-file %build-inputs
-                                    (string-append
-                                      "/bin/" #$(pkg-config-for-target))))
-               (string-append "-DUDEV_RULES_DIR=" #$output 
"/lib/udev/rules.d"))
-       ;; regress tests enabled only for debug builds
-       #:tests? #f))
+      #:configure-flags
+      #~(list (string-append
+               "-DPKG_CONFIG_EXECUTABLE="
+               (search-input-file %build-inputs
+                                  (string-append
+                                   "/bin/" #$(pkg-config-for-target))))
+              (string-append "-DUDEV_RULES_DIR=" #$output "/lib/udev/rules.d"))
+      ;; regress tests enabled only for debug builds
+      #:tests? #f))
     (synopsis "Library functionality and command-line tools for FIDO devices")
     (description "libfido2 provides library functionality and command-line
 tools to communicate with a FIDO device over USB, and to verify attestation



reply via email to

[Prev in Thread] Current Thread [Next in Thread]