diff options
author | L p R n d n <guix@lprndn.info> | 2019-08-19 14:41:22 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-09-01 22:46:06 +0200 |
commit | 998754ef49c483f82edf64b09b268d008fef044e (patch) | |
tree | 1d98ce65ae2376e2454ed75a849453625f5985ea /gnu | |
parent | 8549e0ca6fd68a57253471436de49b88b2d47e64 (diff) | |
download | guix-998754ef49c483f82edf64b09b268d008fef044e.tar guix-998754ef49c483f82edf64b09b268d008fef044e.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 60f1586f06..fcbdbe26c9 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -756,7 +756,7 @@ devices and folders.") (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 @@ devices and folders.") name "-" version ".tar.bz2")) (sha256 (base32 - "1as2dh5ccmv3hdvsbxm4b0xhmv2ky2q18zxxrzr988x79npri3x8")))) + "1zc7hkq77ajia099wxgh4wdvwifcg2zkcz5d2xsf1zm0sdh6mflg")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |