me
/
guix
Archived
1
0
Fork 0

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>
master
Michael Rohleder 2020-08-03 10:53:04 +02:00 committed by Efraim Flashner
parent 73ee3f05c9
commit d9a3d4bf76
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

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)