mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 08:02:38 -05:00
gnu: xfce4-terminal: Update to 0.8.10.
* gnu/packages/xfce.scm (xfce4-terminal): Update to 0.8.10. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
3895b477c7
commit
fa23813a5c
1 changed files with 2 additions and 2 deletions
|
@ -925,7 +925,7 @@ (define-public xfdesktop
|
||||||
(define-public xfce4-terminal
|
(define-public xfce4-terminal
|
||||||
(package
|
(package
|
||||||
(name "xfce4-terminal")
|
(name "xfce4-terminal")
|
||||||
(version "0.8.9.2")
|
(version "0.8.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/apps/" name "/"
|
(uri (string-append "https://archive.xfce.org/src/apps/" name "/"
|
||||||
|
@ -933,7 +933,7 @@ (define-public xfce4-terminal
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1szfmvx4gbwcqag7fnlqh96i9cmvs6xm1yrdbnlzh3imdpw3p8lv"))))
|
"1irxyg5vp6vyd9vxdqav6jhchfkmhlqq511386h644p0k30kfcvs"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue