kkebreau pushed a commit to branch master
in repository guix.

commit 2494cd23388760c12b6a960fac79675941205791
Author: Kei Kebreau <[email protected]>
Date:   Sat Mar 16 19:27:58 2019 -0400

    gnu: xfce4-terminal: Update to 0.8.7.4.
    
    * gnu/packages/xfce.scm (xfce4-terminal): Update to 0.8.7.4.
    [source]: Use HTTPS.
---
 gnu/packages/xfce.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 639bb63..e26fe80 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -680,15 +680,15 @@ devices and folders.")
 (define-public xfce4-terminal
   (package
     (name "xfce4-terminal")
-    (version "0.8.6")
+    (version "0.8.7.4")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/src/apps/"; name "/"
+              (uri (string-append "https://archive.xfce.org/src/apps/"; name "/"
                                   (version-major+minor version) "/"
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1mw1v20a9r8figl5m93jfp16x64bfj8yjmy5s5kbdw501425camw"))))
+                "1as2dh5ccmv3hdvsbxm4b0xhmv2ky2q18zxxrzr988x79npri3x8"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)

Reply via email to