3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: xfce4-terminal: Update to 0.8.6.

* gnu/packages/xfce.scm (xfce4-terminal): Update to 0.8.6.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-13 16:02:37 +01:00
parent 905d15e1d5
commit ea4eed6817
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6,6 +6,7 @@
;;; Copyright © 2016 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017 Petter <petter@mykolab.ch>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@ -673,7 +674,7 @@ devices and folders.")
(define-public xfce4-terminal
(package
(name "xfce4-terminal")
(version "0.8.3")
(version "0.8.6")
(source (origin
(method url-fetch)
(uri (string-append "http://archive.xfce.org/src/apps/" name "/"
@ -681,7 +682,7 @@ devices and folders.")
name "-" version ".tar.bz2"))
(sha256
(base32
"1w8jvi9nw00aki825mm8f7wpkhxxicw4f6j9v4ka71z8p2ry9rj0"))))
"1mw1v20a9r8figl5m93jfp16x64bfj8yjmy5s5kbdw501425camw"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)