gnu: gxmessage: Update to 3.4.3.

* gnu/packages/gxmessage.scm (gxmessage): Update to 3.4.3.
  [inputs]: Use GTK+ instead of GTK+-2.
This commit is contained in:
Ludovic Courtès 2015-07-05 23:07:10 +02:00
parent af87a551bc
commit 0bd6f138d9

View file

@ -29,16 +29,16 @@ (define-module (gnu packages gxmessage)
(define-public gxmessage
(package
(name "gxmessage")
(version "2.20.1")
(version "3.4.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gxmessage/gxmessage-"
version ".tar.gz"))
(sha256
(base32 "1b75qjx339c7q0xfxnwb2n5vw6xn8vi6nw2clggfzxnwwx58g2d1"))))
(base32 "01ggvvp0nyn8xczh93icifnji468wsjgqzd1f1bixwsqziaicknv"))))
(build-system gnu-build-system)
(inputs
`(("gtk+" ,gtk+-2)))
`(("gtk+" ,gtk+)))
(native-inputs
`(("intltool" ,intltool)
("pkg-config" ,pkg-config)))