mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: libfprint: Update to 1.90.6.
* gnu/packages/freedesktop.scm (libfprint): Update to 1.90.6.
This commit is contained in:
parent
75abc3bc81
commit
ad48ffbe10
1 changed files with 2 additions and 2 deletions
|
@ -1480,7 +1480,7 @@ (define-public colord-gtk
|
||||||
(define-public libfprint
|
(define-public libfprint
|
||||||
(package
|
(package
|
||||||
(name "libfprint")
|
(name "libfprint")
|
||||||
(version "1.90.4")
|
(version "1.90.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1489,7 +1489,7 @@ (define-public libfprint
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0grhck0h29i7hm7npvby7pn7wdc446kv0r4mkpbssp46lqbjb96b"))))
|
(base32 "0hagm1i78mrd772y3cinr7bda4myx0v4bixwqnqbxknds8m9h8sg"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue