gnu: libfprint: Update to 1.94.4.
* gnu/packages/freedesktop.scm (libfprint): Update to 1.94.4.
This commit is contained in:
parent
72b2412add
commit
4ac15e44e5
1 changed files with 2 additions and 2 deletions
|
|
@ -1670,7 +1670,7 @@ wish to perform colour calibration.")
|
||||||
(define-public libfprint
|
(define-public libfprint
|
||||||
(package
|
(package
|
||||||
(name "libfprint")
|
(name "libfprint")
|
||||||
(version "1.94.2")
|
(version "1.94.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -1679,7 +1679,7 @@ 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 "0y3wz5hlxpnvqj67bihvzfi4dwx2m2nx9byppf4jjd80x0j2630m"))))
|
(base32 "1wfd2svsq26wizhsaifnr74havswbc1rlfm79b36yrhw9n7c3jqb"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
|
|
|
||||||
Reference in a new issue