mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: libfprint: Update to 1.94.5.
* gnu/packages/freedesktop.scm (libfprint): Update to 1.94.5.
This commit is contained in:
parent
5a210cd292
commit
1a59231840
1 changed files with 2 additions and 2 deletions
|
@ -1912,7 +1912,7 @@ (define-public colord-gtk
|
|||
(define-public libfprint
|
||||
(package
|
||||
(name "libfprint")
|
||||
(version "1.94.4")
|
||||
(version "1.94.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1921,7 +1921,7 @@ (define-public libfprint
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue