[PATCH] gnu: libfprint: Update to 1.90.7.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210122183719.24714-1-vincent.legoll@gmail.com
* gnu/packages/freedesktop.scm (libfprint): Update to 1.90.7.
---
gnu/packages/freedesktop.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index ef35349ec2..e175a95ef1 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
--
2.30.0
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 46040-done@debbugs.gnu.org)
YBMaRcqn3BLxatQf@3900XT
Looks good! Patch pushed.

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmATGkUACgkQQarn3Mo9
g1H39w//c/pV57CKRZ48mI30pGzwwo92AMbwXwvave0e68LaRX1GZGAVDi6iH8wn
hwP0cQs7J7rZ6AYA9smfq9wbQWIoRh9FpLodInwls+a91lhNP1GDRUzZ9fT55Ko7
bgor40V/wuIArteY66k+CFPqERos4YNdjG94PNt2p5Mg6gNoBJBsgGxPGhuKPBVd
qrlFnFAn/SKCentWpuA/VYluEOlwRSxmXYnEz/q9+YHhxPrVI16j33en9FBUCdK/
8JFZlxZtYmYAvtY9Y4/GsmHf8czkLCqOa8VtZthb5wll10FjAgRITvJ2KHM4pq2P
yEvJd4ONHoFQAKJo89BrjO+7ev+V2qNIZ+tfaLRqy7RWQuv2J9gRkjL29O0QqBCT
lhgCf+uPxbZooPzvok0Dom2wD1DOBvth/WXBdvEFZZ9FGkbdxDIQ9ZCaxK0fmpzX
yUr00NHn3fk04j9pg2QR47LuPYnmM7IPZJ8CwDmFozs1LwiCkt2I4FTJl/TThOKH
hFe7h2nxbmIYZ0P+FawA87Ryhk70keX0jd1KBWzu74o6COKa5HqgOSqvJ4NqoqKv
GRfM5XPnecBY9PKjGnWdLkDxcfmT/rzW4ROu+t/Ktdl19Du6qlQPj5f4WkZPiKdP
Wn/y0oBFi4NvAaOJ/JkSmlKdn4UOc4MvAx0Ja8Qp7nK61EHwF1k=
=ZAGC
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 46040@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 46040
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help