gnu: sane: Update to 1.4.0.

* gnu/packages/scanner.scm (sane): Update to 1.4.0.

Change-Id: I6c0d98de464c38d5c326a7f8346ca03a2be6a34c
This commit is contained in:
Sergey Trofimov 2025-09-19 08:28:08 +02:00 committed by Andreas Enge
parent 7298ee68ad
commit c97406086b
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -110,7 +110,7 @@ both WSD and eSCL.")
(define-public sane (define-public sane
(package (package
(name "sane") (name "sane")
(version "1.3.1") (version "1.4.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -118,7 +118,7 @@ both WSD and eSCL.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1fb6shx9bz0svcyasmyqs93rbbwq7kzg6l0h1zh3kjvcwhchyv72")) (base32 "09hcqrli127amdxjlj6xd9lvc0rhlhhm8vxrnldbd8c2mxss7dbv"))
(patches (search-patches (patches (search-patches
"sane-look-for-plugins-in-SANE_BACKEND_LIB_PATH.patch")) "sane-look-for-plugins-in-SANE_BACKEND_LIB_PATH.patch"))
(modules '((guix build utils))) (modules '((guix build utils)))