diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-10 00:41:07 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-10 04:37:22 +0200 |
commit | 3f352df035539cea0219ef08cd79a3b5f7607b74 (patch) | |
tree | cb36597ff6fc35f87d7f0b1e1810419c5b4eed2c /gnu | |
parent | e6c2a88f3d9717be183a0346766cd65d10a904f4 (diff) | |
download | guix-3f352df035539cea0219ef08cd79a3b5f7607b74.tar guix-3f352df035539cea0219ef08cd79a3b5f7607b74.tar.gz |
gnu: simple-scan: Update to 3.36.3.
* gnu/packages/gnome.scm (simple-scan): Update to 3.36.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6a3ff8709b..b4a1fbae76 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5400,7 +5400,7 @@ USB transfers with your high-level application or system daemon.") (define-public simple-scan (package (name "simple-scan") - (version "3.36.2.1") + (version "3.36.3") (source (origin (method url-fetch) @@ -5408,7 +5408,7 @@ USB transfers with your high-level application or system daemon.") (version-major+minor version) "/" "simple-scan-" version ".tar.xz")) (sha256 - (base32 "0aq1pf0wk536b91as54684xgmhl7lps0k2xcwha5wh6h1isyb35v")))) + (base32 "0gsz7jqk0fdj0mama3cnss9i1adw18cpdnlcjcjh4r5qijmvx0vh")))) (build-system meson-build-system) ;; TODO: Fix icons in home screen, About dialogue, and scan menu. (arguments |