gnu: simple-scan: Update to 44.0.
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 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
c98dfcd831
commit
bc9b77f0b0
1 changed files with 2 additions and 3 deletions
|
|
@ -7075,7 +7075,7 @@ USB transfers with your high-level application or system daemon.")
|
||||||
(define-public simple-scan
|
(define-public simple-scan
|
||||||
(package
|
(package
|
||||||
(name "simple-scan")
|
(name "simple-scan")
|
||||||
(version "42.5")
|
(version "44.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
@ -7083,9 +7083,8 @@ USB transfers with your high-level application or system daemon.")
|
||||||
(version-major version) "/"
|
(version-major version) "/"
|
||||||
"simple-scan-" version ".tar.xz"))
|
"simple-scan-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0l201qjig6bk34bw8d77jcbhjhn4swfqdj84sjlyy1p2x6jdzx85"))))
|
(base32 "15cfv56jcmjncwyf3w4ra0c77xwy0hkdzhpcx93zfizl8vyp1f1r"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
;; TODO: Fix icons in home screen, About dialogue, and scan menu.
|
|
||||||
(arguments
|
(arguments
|
||||||
'(#:glib-or-gtk? #t))
|
'(#:glib-or-gtk? #t))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
|
||||||
Reference in a new issue