diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-11-20 01:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-11-27 01:00:10 +0100 |
commit | 1a59231840ed1fbd2ada0ffee1f50f39acedbbdd (patch) | |
tree | 58e2ae9d41bc45601cfe2628fa140a63850a20a9 /gnu/packages | |
parent | 5a210cd292386406e2d6ee18d33af1c4c2872e78 (diff) | |
download | guix-1a59231840ed1fbd2ada0ffee1f50f39acedbbdd.tar.gz guix-1a59231840ed1fbd2ada0ffee1f50f39acedbbdd.zip |
gnu: libfprint: Update to 1.94.5.
* gnu/packages/freedesktop.scm (libfprint): Update to 1.94.5.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/freedesktop.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 1c510951e9..077d56ad3d 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -1912,7 +1912,7 @@ that wish to perform colour calibration.") (define-public libfprint (package (name "libfprint") - (version "1.94.4") + (version "1.94.5") (source (origin (method git-fetch) @@ -1921,7 +1921,7 @@ that wish to perform colour calibration.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1wfd2svsq26wizhsaifnr74havswbc1rlfm79b36yrhw9n7c3jqb")))) + (base32 "1l1ak7y2kz0nrdkfj41n7h34dyykgzdg50y752ayk3ginp6szr7r")))) (build-system meson-build-system) (arguments (list #:configure-flags |