guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: libfprint: Update to 1.90.3.


From: guix-commits
Subject: 01/03: gnu: libfprint: Update to 1.90.3.
Date: Fri, 18 Sep 2020 20:12:26 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4c962fabe9909e9f25e56abf935997bb26a1c073
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Sep 17 14:28:54 2020 +0200

    gnu: libfprint: Update to 1.90.3.
    
    * gnu/packages/freedesktop.scm (libfprint): Update to 1.90.3.
---
 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 dbfb88b..721feb1 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1398,7 +1398,7 @@ wish to perform colour calibration.")
 (define-public libfprint
   (package
     (name "libfprint")
-    (version "1.90.1")
+    (version "1.90.3")
     (source
      (origin
        (method git-fetch)
@@ -1407,7 +1407,7 @@ wish to perform colour calibration.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0fdaak7qjr9b4482g7fhhqpyfdqpxq5kpmyzkp7f5i7qq2ynb78a"))))
+        (base32 "1fs0qrfrqnvc6kcsg81l5p89n8jnsx9dr1pzxpb8ghwas8c9v52i"))))
     (build-system meson-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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