guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: simple-scan: Update to 42.1.


From: guix-commits
Subject: 01/05: gnu: simple-scan: Update to 42.1.
Date: Sat, 10 Sep 2022 07:46:35 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 7d92ad4dfc359499e4812be8e648cb4a27bc58fb
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Sep 10 01:45:05 2022 +0200

    gnu: simple-scan: Update to 42.1.
    
    * gnu/packages/gnome.scm (simple-scan): Update to 42.1.
    [arguments]: Remove #:meson.
---
 gnu/packages/gnome.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7ac0698f02..34039fbb05 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6732,7 +6732,7 @@ USB transfers with your high-level application or system 
daemon.")
 (define-public simple-scan
   (package
     (name "simple-scan")
-    (version "40.7")
+    (version "42.1")
     (source
      (origin
        (method url-fetch)
@@ -6740,12 +6740,11 @@ USB transfers with your high-level application or 
system daemon.")
                            (version-major version) "/"
                            "simple-scan-" version ".tar.xz"))
        (sha256
-        (base32 "0lrxmk8xqvrb5gn5mpgqij133giwvrgavy49m55d7xssrd91hmbw"))))
+        (base32 "09i23f8j3knppyxmikzfq9s09xarsgp9sqx9mfyvas8p3ihw16w5"))))
     (build-system meson-build-system)
     ;; TODO: Fix icons in home screen, About dialogue, and scan menu.
     (arguments
-     `(#:glib-or-gtk? #t
-       #:meson ,meson-0.60))
+     '(#:glib-or-gtk? #t))
     (native-inputs
      (list gettext-minimal
            itstool



reply via email to

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