3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: xfce4-terminal: Update to 0.8.9.2.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Michael Rohleder 2020-08-03 10:53:04 +02:00 committed by Efraim Flashner
parent 73ee3f05c9
commit d9a3d4bf76
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -816,7 +816,7 @@ devices and folders.")
(define-public xfce4-terminal
(package
(name "xfce4-terminal")
(version "0.8.8")
(version "0.8.9.2")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/" name "/"
@ -824,7 +824,7 @@ devices and folders.")
name "-" version ".tar.bz2"))
(sha256
(base32
"1zc7hkq77ajia099wxgh4wdvwifcg2zkcz5d2xsf1zm0sdh6mflg"))))
"1szfmvx4gbwcqag7fnlqh96i9cmvs6xm1yrdbnlzh3imdpw3p8lv"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)