Skip to content
Snippets Groups Projects
Commit 0bd6f138 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: gxmessage: Update to 3.4.3.

* gnu/packages/gxmessage.scm (gxmessage): Update to 3.4.3.
  [inputs]: Use GTK+ instead of GTK+-2.
parent af87a551
No related branches found
No related tags found
No related merge requests found
......@@ -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)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment