gnu: thunar: Update to 4.16.11.
* gnu/packages/xfce.scm (thunar): Update to 4.16.11.
This commit is contained in:
parent
7970f1392d
commit
5edd5bb800
1 changed files with 2 additions and 2 deletions
|
@ -737,7 +737,7 @@ like appearance, display, keyboard and mouse settings.")
|
||||||
(define-public thunar
|
(define-public thunar
|
||||||
(package
|
(package
|
||||||
(name "thunar")
|
(name "thunar")
|
||||||
(version "4.16.10") ;stable version = even minor
|
(version "4.16.11") ;stable version = even minor
|
||||||
(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/"
|
||||||
|
@ -745,7 +745,7 @@ like appearance, display, keyboard and mouse settings.")
|
||||||
"thunar-" version ".tar.bz2"))
|
"thunar-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14lwi4ax0wj77980kkfhdf18b97339b17y8qc8gl2365mgswh1gi"))))
|
"06wa58dy9z28j7l4a2l7j052sa3h6vfpvxd440cy7qz5na8dwzgl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config intltool))
|
(list pkg-config intltool))
|
||||||
|
|
Reference in a new issue