mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kio: Update to 6.13.0.
* gnu/packages/kde-frameworks.scm (kio): Update to 6.13.0. [arguments]: Skip failing tests. Change-Id: Ied524281dc0c5d7354adccb1bd586033825f54c3
This commit is contained in:
parent
48284d9003
commit
42ccd2e53f
1 changed files with 6 additions and 2 deletions
|
@ -3879,7 +3879,7 @@ consumption.")
|
|||
(define-public kio
|
||||
(package
|
||||
(name "kio")
|
||||
(version "6.10.0")
|
||||
(version "6.13.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3888,7 +3888,7 @@ consumption.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17391dh5kalb2s3ckrrawg7kwgkynqkdbfy32gapx7hlix1m9d3y"))
|
||||
"00x2q9pf52khllnh86h4zcmqxhhfry6y5qkxvg25gws0nz8545a3"))
|
||||
(patches (search-patches "kio-search-smbd-on-PATH.patch"))))
|
||||
(build-system cmake-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -3953,6 +3953,10 @@ consumption.")
|
|||
"|kpasswdservertest"
|
||||
"|kiowidgets-kfileitemactionstest"
|
||||
"|kiofilewidgets-kfileplacesmodeltest"
|
||||
;; This test requires '/etc/passwd' owned by root.
|
||||
"|testtrash"
|
||||
;; This test requires 'HOME=/home/$USER'.
|
||||
"|kiofilewidgets-knewfilemenutest"
|
||||
;; The following tests fail or are flaky (see:
|
||||
;; https://bugs.kde.org/show_bug.cgi?id=440721).
|
||||
"|kiocore-jobtest"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue