guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit fbdb22556e82a56efd912a560924030fa038198b
Author: Sergey Trofimov <[email protected]>
AuthorDate: Fri Sep 19 08:28:08 2025 +0200

    gnu: sane: Update to 1.4.0.
    
    * gnu/packages/scanner.scm (sane): Update to 1.4.0.
    
    Change-Id: I6c0d98de464c38d5c326a7f8346ca03a2be6a34c
---
 gnu/packages/scanner.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/scanner.scm b/gnu/packages/scanner.scm
index 6d69917ac9..3cbfa22717 100644
--- a/gnu/packages/scanner.scm
+++ b/gnu/packages/scanner.scm
@@ -110,7 +110,7 @@ both WSD and eSCL.")
 (define-public sane
   (package
     (name "sane")
-    (version "1.3.1")
+    (version "1.4.0")
     (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -118,7 +118,7 @@ both WSD and eSCL.")
                    (commit version)))
              (file-name (git-file-name name version))
              (sha256
-              (base32 "1fb6shx9bz0svcyasmyqs93rbbwq7kzg6l0h1zh3kjvcwhchyv72"))
+              (base32 "09hcqrli127amdxjlj6xd9lvc0rhlhhm8vxrnldbd8c2mxss7dbv"))
              (patches (search-patches
                        "sane-look-for-plugins-in-SANE_BACKEND_LIB_PATH.patch"))
              (modules '((guix build utils)))

Reply via email to