guix-commits
[Top][All Lists]
Advanced

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

03/21: gnu: libfprint: Update to 1.90.7.


From: guix-commits
Subject: 03/21: gnu: libfprint: Update to 1.90.7.
Date: Thu, 28 Jan 2021 15:08:13 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 8ee5b42546f0f318be36fde15f13c710d7e9d027
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Fri Jan 22 19:37:19 2021 +0100

    gnu: libfprint: Update to 1.90.7.
    
    * gnu/packages/freedesktop.scm (libfprint): Update to 1.90.7.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/freedesktop.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index ef35349..e175a95 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1480,7 +1480,7 @@ wish to perform colour calibration.")
 (define-public libfprint
   (package
     (name "libfprint")
-    (version "1.90.6")
+    (version "1.90.7")
     (source
      (origin
        (method git-fetch)
@@ -1489,7 +1489,7 @@ wish to perform colour calibration.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0hagm1i78mrd772y3cinr7bda4myx0v4bixwqnqbxknds8m9h8sg"))))
+        (base32 "00pmdpxxjj4sh8qjq9ch3pylgg9w019rg1bbaw53a4wr637rrz43"))))
     (build-system meson-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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