gnu: xfce4-terminal: Update to 0.8.9.2.
authorMichael Rohleder <mike@rohleder.de>
Mon, 3 Aug 2020 08:53:04 +0000 (10:53 +0200)
committerEfraim Flashner <efraim@flashner.co.il>
Mon, 3 Aug 2020 13:28:34 +0000 (16:28 +0300)
* gnu/packages/xfce.scm (xfce4-terminal): Update to 0.8.9.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
gnu/packages/xfce.scm

index d3ab28d..80df1aa 100644 (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)