lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit a0dc83e936d09cce9875ba6a3a19c683683d62d1
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:41:27 2021 +0100

    gnu: simple-scan: Update to 40.0.
    
    * gnu/packages/gnome.scm (simple-scan): Update to 40.0.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f339135..d6ede0d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6475,15 +6475,15 @@ USB transfers with your high-level application or 
system daemon.")
 (define-public simple-scan
   (package
     (name "simple-scan")
-    (version "3.38.2")
+    (version "40.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://gnome/sources/simple-scan/"
-                           (version-major+minor version) "/"
+                           (version-major version) "/"
                            "simple-scan-" version ".tar.xz"))
        (sha256
-        (base32 "02sdkhxgr6i7iy481h4xavgaqd0a5dlsipzwrm4qd242jrr813d8"))))
+        (base32 "1bsi0yr285ynmarwimf6hi05qbcz6mqnpvy27yj677k1m2r1p08k"))))
     (build-system meson-build-system)
     ;; TODO: Fix icons in home screen, About dialogue, and scan menu.
     (arguments

Reply via email to