mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: thunar: Revert to 4.16.8 (from 4.17.x development series).
Partly reverts 39cee0f817
.
Reported by Michael Rohleder <mike@rohleder.de>.
* gnu/packages/xfce.scm (thunar): Revert to 4.16.8.
This commit is contained in:
parent
20d3c901fd
commit
4fc3fb9f82
1 changed files with 2 additions and 2 deletions
|
@ -782,7 +782,7 @@ (define-public xfce4-settings
|
|||
(define-public thunar
|
||||
(package
|
||||
(name "thunar")
|
||||
(version "4.17.1")
|
||||
(version "4.16.8") ;stable version = even minor
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||
|
@ -790,7 +790,7 @@ (define-public thunar
|
|||
"thunar-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0w957z22asd7dgchib99013csr628pvakagsqg38w6zhsmb9dy9k"))))
|
||||
"159ircj0mahx54fqsr3l3ynk690zlpc6ar5pnyhhpk90s8la5303"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue