guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: libfprint: Update to 1.90.6.


From: guix-commits
Subject: 06/11: gnu: libfprint: Update to 1.90.6.
Date: Tue, 22 Dec 2020 19:50:18 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ad48ffbe1024340b563d9a9cae730b2b16ee330e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Dec 22 23:33:15 2020 +0100

    gnu: libfprint: Update to 1.90.6.
    
    * gnu/packages/freedesktop.scm (libfprint): Update to 1.90.6.
---
 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 3c4ad57..e25cd7d 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.4")
+    (version "1.90.6")
     (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 "0grhck0h29i7hm7npvby7pn7wdc446kv0r4mkpbssp46lqbjb96b"))))
+        (base32 "0hagm1i78mrd772y3cinr7bda4myx0v4bixwqnqbxknds8m9h8sg"))))
     (build-system meson-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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