mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: thunar: Update to 1.8.14.
* gnu/packages/xfce.scm (thunar): Update to 1.8.14.
This commit is contained in:
parent
8ec9c5fd88
commit
515ca4794b
1 changed files with 2 additions and 2 deletions
|
@ -647,7 +647,7 @@ (define-public xfce4-settings
|
||||||
(define-public thunar
|
(define-public thunar
|
||||||
(package
|
(package
|
||||||
(name "thunar")
|
(name "thunar")
|
||||||
(version "1.8.12")
|
(version "1.8.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||||
|
@ -655,7 +655,7 @@ (define-public thunar
|
||||||
"thunar-" version ".tar.bz2"))
|
"thunar-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1y1548jrx93c9v8ks60mkd9sx5xl69fmwh1pbr9gsnqz1gp5na99"))))
|
"17r1z8cyp709lz38w7b5vqi1zbgm2i3sqvdvicsbvma2b0gppica"))))
|
||||||
(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