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
1 changed files with 3 additions and 3 deletions

View File

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