mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +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
|
(define-public thunar
|
||||||
(package
|
(package
|
||||||
(name "thunar")
|
(name "thunar")
|
||||||
(version "1.8.9")
|
(version "1.8.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://archive.xfce.org/src/xfce/"
|
(uri (string-append "http://archive.xfce.org/src/xfce/"
|
||||||
"thunar/" (version-major+minor version) "/"
|
"thunar/" (version-major+minor version) "/"
|
||||||
"Thunar-" version ".tar.bz2"))
|
"thunar-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fah2d7v3a7fp28xa5wv896rap1iad9q9y04qchca09mq1x8wxbs"))))
|
"02g72bpbb8dkwspay9qii8bi99l87jn39gz6bamgp7p4q20qsi1x"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue