mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: thunar: Update to 1.8.16.
* gnu/packages/xfce.scm (thunar): Update to 1.8.16.
This commit is contained in:
parent
f8b646b3fd
commit
2ddc43e93d
1 changed files with 2 additions and 2 deletions
|
@ -662,7 +662,7 @@ (define-public xfce4-settings
|
||||||
(define-public thunar
|
(define-public thunar
|
||||||
(package
|
(package
|
||||||
(name "thunar")
|
(name "thunar")
|
||||||
(version "1.8.15")
|
(version "1.8.16")
|
||||||
(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/"
|
||||||
|
@ -670,7 +670,7 @@ (define-public thunar
|
||||||
"thunar-" version ".tar.bz2"))
|
"thunar-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14vw4yaf9fff24zmj4dp8r8hf8mb19hl4w4l0jc8c4qzy865c93n"))))
|
"0k1w2zwa8z6sc8vi3frva74npks79x79n7q9p7ibwk7irfqkh4r2"))))
|
||||||
(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