Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
A TODO item mentioned fixing icons, but they are visible.
* gnu/packages/gnome.scm (simple-scan): Update to 44.0. Remove TODO item.
Change-Id: Ib32bf25457cc2d82f0a473cfa8b6cca580a6bb6e
---
gnu/packages/gnome.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Toggle diff (28 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d354327497..f93eb3d3cb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7057,7 +7057,7 @@ (define-public gusb
(define-public simple-scan
(package
(name "simple-scan")
- (version "42.5")
+ (version "44.0")
(source
(origin
(method url-fetch)
@@ -7065,9 +7065,8 @@ (define-public simple-scan
(version-major version) "/"
"simple-scan-" version ".tar.xz"))
(sha256
- (base32 "0l201qjig6bk34bw8d77jcbhjhn4swfqdj84sjlyy1p2x6jdzx85"))))
+ (base32 "15cfv56jcmjncwyf3w4ra0c77xwy0hkdzhpcx93zfizl8vyp1f1r"))))
(build-system meson-build-system)
- ;; TODO: Fix icons in home screen, About dialogue, and scan menu.
(arguments
'(#:glib-or-gtk? #t))
(native-inputs
base-commit: e21f0cb7b7a87992004193cd56638ad961fe5928
--
2.41.0