gnu: xfce4-terminal: Update to 0.8.8.

* gnu/packages/xfce.scm (xfce4-terminal): Update to 0.8.8.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
L p R n d n 2019-08-19 14:41:22 +02:00 committed by Ludovic Courtès
parent 8549e0ca6f
commit 998754ef49
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -756,7 +756,7 @@ (define-public xfdesktop
(define-public xfce4-terminal
(package
(name "xfce4-terminal")
(version "0.8.7.4")
(version "0.8.8")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/" name "/"
@ -764,7 +764,7 @@ (define-public xfce4-terminal
name "-" version ".tar.bz2"))
(sha256
(base32
"1as2dh5ccmv3hdvsbxm4b0xhmv2ky2q18zxxrzr988x79npri3x8"))))
"1zc7hkq77ajia099wxgh4wdvwifcg2zkcz5d2xsf1zm0sdh6mflg"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)