gnu: libfprint: Update to 1.94.5.
* gnu/packages/freedesktop.scm (libfprint): Update to 1.94.5.master
parent
5a210cd292
commit
1a59231840
|
@ -1912,7 +1912,7 @@ that wish to perform colour calibration.")
|
||||||
(define-public libfprint
|
(define-public libfprint
|
||||||
(package
|
(package
|
||||||
(name "libfprint")
|
(name "libfprint")
|
||||||
(version "1.94.4")
|
(version "1.94.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1921,7 +1921,7 @@ that wish to perform colour calibration.")
|
||||||
(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 "1wfd2svsq26wizhsaifnr74havswbc1rlfm79b36yrhw9n7c3jqb"))))
|
(base32 "1l1ak7y2kz0nrdkfj41n7h34dyykgzdg50y752ayk3ginp6szr7r"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
|
|
Reference in New Issue