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>master
parent
8a488d6895
commit
8ee5b42546
|
@ -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
|
||||
|
|
Reference in New Issue