gnu: xfce4-terminal: Update to 1.1.0.
* gnu/packages/xfce.scm (xfce4-terminal): Update to 1.1.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
cdddc6bc28
commit
e2a7c227de
1 changed files with 2 additions and 2 deletions
|
|
@ -1082,7 +1082,7 @@ features playback of local media files, DVD/CD and live streams.")
|
||||||
(define-public xfce4-terminal
|
(define-public xfce4-terminal
|
||||||
(package
|
(package
|
||||||
(name "xfce4-terminal")
|
(name "xfce4-terminal")
|
||||||
(version "1.0.4")
|
(version "1.1.0")
|
||||||
(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 "/"
|
||||||
|
|
@ -1090,7 +1090,7 @@ features playback of local media files, DVD/CD and live streams.")
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x5saijxykxmn2hksf4qvaj965b6i0wy62z9hgrc2vvwmxbmkrbq"))))
|
"18yl792x617qa90g6caw4cy1arfl847majjxkxs0k6rb4ivk70j0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
|
||||||
Reference in a new issue