gnu: thunar: Update to 4.16.10.
* gnu/packages/xfce.scm (thunar): Update to 4.16.10. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
8aa82d3a76
commit
69243f545b
1 changed files with 2 additions and 2 deletions
|
@ -782,7 +782,7 @@ (define-public xfce4-settings
|
|||
(define-public thunar
|
||||
(package
|
||||
(name "thunar")
|
||||
(version "4.16.8") ;stable version = even minor
|
||||
(version "4.16.10") ;stable version = even minor
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||
|
@ -790,7 +790,7 @@ (define-public thunar
|
|||
"thunar-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"159ircj0mahx54fqsr3l3ynk690zlpc6ar5pnyhhpk90s8la5303"))))
|
||||
"14lwi4ax0wj77980kkfhdf18b97339b17y8qc8gl2365mgswh1gi"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue