me
/
guix
Archived
1
0
Fork 0

gnu: thunar: Update to 1.8.10.

* gnu/packages/xfce.scm (thunar): Update to 1.8.10.
master
Tobias Geerinckx-Rice 2019-11-11 06:32:53 +01:00
parent f0374ed357
commit 8ed3cc82f8
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 3 additions and 3 deletions

View File

@ -645,15 +645,15 @@ like appearance, display, keyboard and mouse settings.")
(define-public thunar
(package
(name "thunar")
(version "1.8.9")
(version "1.8.10")
(source (origin
(method url-fetch)
(uri (string-append "http://archive.xfce.org/src/xfce/"
"thunar/" (version-major+minor version) "/"
"Thunar-" version ".tar.bz2"))
"thunar-" version ".tar.bz2"))
(sha256
(base32
"1fah2d7v3a7fp28xa5wv896rap1iad9q9y04qchca09mq1x8wxbs"))))
"02g72bpbb8dkwspay9qii8bi99l87jn39gz6bamgp7p4q20qsi1x"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)