gnu: thunar: Update to 4.16.8.
* gnu/packages/xfce.scm (thunar): Update to 4.16.8. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
2ba311f6c9
commit
a4b4331de0
1 changed files with 2 additions and 2 deletions
|
@ -780,7 +780,7 @@ like appearance, display, keyboard and mouse settings.")
|
||||||
(define-public thunar
|
(define-public thunar
|
||||||
(package
|
(package
|
||||||
(name "thunar")
|
(name "thunar")
|
||||||
(version "4.16.7")
|
(version "4.16.8")
|
||||||
(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/"
|
||||||
|
@ -788,7 +788,7 @@ like appearance, display, keyboard and mouse settings.")
|
||||||
"thunar-" version ".tar.bz2"))
|
"thunar-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qlgy25wgmrddiac3sq61di2rmys1pqgyjg0r3d6rmpw51kxsvgv"))))
|
"159ircj0mahx54fqsr3l3ynk690zlpc6ar5pnyhhpk90s8la5303"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Reference in a new issue