me
/
guix
Archived
1
0
Fork 0

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>
master
Michael Rohleder 2021-09-22 12:37:27 +02:00 committed by Efraim Flashner
parent 8aa82d3a76
commit 69243f545b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -782,7 +782,7 @@ like appearance, display, keyboard and mouse 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 @@ like appearance, display, keyboard and mouse settings.")
"thunar-" version ".tar.bz2"))
(sha256
(base32
"159ircj0mahx54fqsr3l3ynk690zlpc6ar5pnyhhpk90s8la5303"))))
"14lwi4ax0wj77980kkfhdf18b97339b17y8qc8gl2365mgswh1gi"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)