From d858d31af4ab2fa0667b823bd62d76fdb05c4ca8 Mon Sep 17 00:00:00 2001 From: Yann Dupont Date: Thu, 2 Sep 2021 21:34:07 +0200 Subject: [PATCH] bump libfido version --- gnu/packages/glicid.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/glicid.scm b/gnu/packages/glicid.scm index dc5d110..c15398d 100644 --- a/gnu/packages/glicid.scm +++ b/gnu/packages/glicid.scm @@ -1092,7 +1092,7 @@ in the @code{debug} output), and binutils."))) (package (name "glicid-libfido2") - (version "1.7.0") + (version "1.8.0") (source (origin @@ -1102,7 +1102,7 @@ in the @code{debug} output), and binutils."))) ; (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "13khkp2q8g447797l09p83qxy0z8vgmzr54l8dcnapy9lsr4jrqi")) + "07gxyy5yzgfh5hg7q9fr77z5mkj0xjvd5ya7p5f5kar4iwc92hjm")) ))