guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

57/117: gnu: simple-scan: Update to 40.0.


From: guix-commits
Subject: 57/117: gnu: simple-scan: Update to 40.0.
Date: Tue, 23 Mar 2021 19:25:50 -0400 (EDT)

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

commit a26fb0855404c91a4d06296336cbb88a1bf078b8
Author: Léo Le Bouter <lle-bout@zaclys.net>
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 db22000..45e59fb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6458,15 +6458,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

[Prev in Thread] Current Thread [Next in Thread]