gnu: xfce4-terminal: Update to 0.8.7.4.

* gnu/packages/xfce.scm (xfce4-terminal): Update to 0.8.7.4.
[source]: Use HTTPS.
This commit is contained in:
Kei Kebreau 2019-03-16 19:27:58 -04:00
parent 7cc102f970
commit 2494cd2338
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 3 additions and 3 deletions

View File

@ -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)