summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2020-08-03 10:53:04 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-08-03 16:28:34 +0300
commitd9a3d4bf766995b77c4784fb8664069472a3bf95 (patch)
tree139c2e73b5c8d76b4f9e9aba8f116ee68a417679 /gnu/packages/xfce.scm
parent73ee3f05c9e32ee11504ec362a3c55229186c998 (diff)
downloadguix-patches-d9a3d4bf766995b77c4784fb8664069472a3bf95.tar
guix-patches-d9a3d4bf766995b77c4784fb8664069472a3bf95.tar.gz
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>
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r--gnu/packages/xfce.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index d3ab28d670..80df1aa45a 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -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)