mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 31916cf53354c8c1dfc509e31849d0cc1eb6abd4
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Sat Sep 25 14:10:17 2021 +0000
gnu: simple-scan: Update to 40.5.
* gnu/packages/gnome.scm (simple-scan): Update to 40.5.
[source]: Fix the URI.
[inputs]: Add libhandy.
---
gnu/packages/gnome.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 117a6c4..5f699af 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6608,15 +6608,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.5")
(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 "195rh8zj5n497gj42rd77mvkdl15hk0i08ll5h4hb9kcrgj7jlzb"))))
(build-system meson-build-system)
;; TODO: Fix icons in home screen, About dialogue, and scan menu.
(arguments
@@ -6628,6 +6628,7 @@ USB transfers with your high-level application or system
daemon.")
("colord" ,colord)
("gdk-pixbuf" ,gdk-pixbuf)
("gusb" ,gusb)
+ ("libhandy" ,libhandy)
("libsane" ,sane-backends)))
(native-inputs
`(("gettext" ,gettext-minimal)