* [PATCH] gnu: simple-scan: Update to 3.21.90.
@ 2016-08-16 17:29 Tobias Geerinckx-Rice
2016-08-16 18:46 ` Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: Tobias Geerinckx-Rice @ 2016-08-16 17:29 UTC (permalink / raw)
To: guix-devel
* gnu/packages/gnome.scm (simple-scan): Update to 3.21.90.
[inputs]: Remove libgudev.
[native-inputs]: Replace intltool dependency with gnu-gettext.
---
gnu/packages/gnome.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4a0be01..83566e1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3526,7 +3526,7 @@ USB transfers with your high-level application or system daemon.")
(define-public simple-scan
(package
(name "simple-scan")
- (version "3.19.91")
+ (version "3.21.90")
(source (origin
(method url-fetch)
(uri (string-append "https://launchpad.net/simple-scan/"
@@ -3535,7 +3535,7 @@ USB transfers with your high-level application or system daemon.")
version ".tar.xz"))
(sha256
(base32
- "1c5glf5vxgld41w4jxfqcv17q76qnh43fawpv33hncgh8d283xkf"))))
+ "0dmsvq3vviky6851rqiik898r84c7744i7md672ckic3mdv21ap3"))))
(build-system glib-or-gtk-build-system)
(inputs
`(("gtk" ,gtk+)
@@ -3543,10 +3543,9 @@ USB transfers with your high-level application or system daemon.")
("cairo" ,cairo)
("gdk-pixbuf" ,gdk-pixbuf)
("gusb" ,gusb)
- ("libgudev" ,libgudev)
("libsane" ,sane-backends)))
(native-inputs
- `(("intltool" ,intltool)
+ `(("gettext" ,gnu-gettext)
("itstool" ,itstool)
("colord" ,colord)
("glib" ,glib "bin") ; glib-compile-schemas, etc.
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: simple-scan: Update to 3.21.90.
2016-08-16 17:29 [PATCH] gnu: simple-scan: Update to 3.21.90 Tobias Geerinckx-Rice
@ 2016-08-16 18:46 ` Leo Famulari
0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2016-08-16 18:46 UTC (permalink / raw)
To: Tobias Geerinckx-Rice; +Cc: guix-devel
On Tue, Aug 16, 2016 at 07:29:54PM +0200, Tobias Geerinckx-Rice wrote:
> * gnu/packages/gnome.scm (simple-scan): Update to 3.21.90.
> [inputs]: Remove libgudev.
> [native-inputs]: Replace intltool dependency with gnu-gettext.
Looks good, assuming that it's working for you!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-16 18:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-16 17:29 [PATCH] gnu: simple-scan: Update to 3.21.90 Tobias Geerinckx-Rice
2016-08-16 18:46 ` Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.