gnu: simple-scan: Update to 40.5.

* gnu/packages/gnome.scm (simple-scan): Update to 40.5.
[source]: Fix the URI.
[inputs]: Add libhandy.
This commit is contained in:
Mathieu Othacehe 2021-09-25 14:10:17 +00:00
parent 7420ebf07e
commit de1c81287a
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -6615,15 +6615,15 @@ (define-public gusb
(define-public simple-scan (define-public simple-scan
(package (package
(name "simple-scan") (name "simple-scan")
(version "3.38.2") (version "40.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/simple-scan/" (uri (string-append "mirror://gnome/sources/simple-scan/"
(version-major+minor version) "/" (version-major version) "/"
"simple-scan-" version ".tar.xz")) "simple-scan-" version ".tar.xz"))
(sha256 (sha256
(base32 "02sdkhxgr6i7iy481h4xavgaqd0a5dlsipzwrm4qd242jrr813d8")))) (base32 "195rh8zj5n497gj42rd77mvkdl15hk0i08ll5h4hb9kcrgj7jlzb"))))
(build-system meson-build-system) (build-system meson-build-system)
;; TODO: Fix icons in home screen, About dialogue, and scan menu. ;; TODO: Fix icons in home screen, About dialogue, and scan menu.
(arguments (arguments
@ -6635,6 +6635,7 @@ (define-public simple-scan
("colord" ,colord) ("colord" ,colord)
("gdk-pixbuf" ,gdk-pixbuf) ("gdk-pixbuf" ,gdk-pixbuf)
("gusb" ,gusb) ("gusb" ,gusb)
("libhandy" ,libhandy)
("libsane" ,sane-backends))) ("libsane" ,sane-backends)))
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) `(("gettext" ,gettext-minimal)