mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: thunar: Update to 1.8.10.
* gnu/packages/xfce.scm (thunar): Update to 1.8.10.
This commit is contained in:
parent
f0374ed357
commit
8ed3cc82f8
1 changed files with 3 additions and 3 deletions
|
@ -645,15 +645,15 @@ (define-public xfce4-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)
|
||||
|
|
Loading…
Reference in a new issue