3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: thunar: Update to 1.8.16.

* gnu/packages/xfce.scm (thunar): Update to 1.8.16.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-01 13:43:03 +01:00
parent f8b646b3fd
commit 2ddc43e93d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -662,7 +662,7 @@ like appearance, display, keyboard and mouse settings.")
(define-public thunar
(package
(name "thunar")
(version "1.8.15")
(version "1.8.16")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@ -670,7 +670,7 @@ like appearance, display, keyboard and mouse settings.")
"thunar-" version ".tar.bz2"))
(sha256
(base32
"14vw4yaf9fff24zmj4dp8r8hf8mb19hl4w4l0jc8c4qzy865c93n"))))
"0k1w2zwa8z6sc8vi3frva74npks79x79n7q9p7ibwk7irfqkh4r2"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)