gnu: thunar: Update to 1.8.7.
* gnu/packages/xfce.scm (thunar): Update to 1.8.7.
This commit is contained in:
parent
a1ce06753a
commit
edb336468d
1 changed files with 2 additions and 2 deletions
|
@ -596,7 +596,7 @@ (define-public xfce4-settings
|
||||||
(define-public thunar
|
(define-public thunar
|
||||||
(package
|
(package
|
||||||
(name "thunar")
|
(name "thunar")
|
||||||
(version "1.8.6")
|
(version "1.8.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://archive.xfce.org/src/xfce/"
|
(uri (string-append "http://archive.xfce.org/src/xfce/"
|
||||||
|
@ -604,7 +604,7 @@ (define-public thunar
|
||||||
"Thunar-" version ".tar.bz2"))
|
"Thunar-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0apg70dwkh8q89ybzhj4q2gp4yxiybwxfzpbvx0nj0rxis1gprf0"))))
|
"0afkp528mwwa2m18m39mvw53qgaijyynrw9wwwiyxgjiczq3l0ry"))))
|
||||||
(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