me
/
guix
Archived
1
0
Fork 0

gnu: kio: Update to 6.4.0.

* gnu/packages/kde-frameworks.scm (kio): Update to 6.4.0.

Change-Id: I700ad78cb5f11be535ea68a5c8ef40e256feada3
master
Zheng Junjie 2024-07-20 00:24:52 +08:00
parent e8a88b1b87
commit d4740b0fbf
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -3894,7 +3894,7 @@ consumption.")
(define-public kio (define-public kio
(package (package
(name "kio") (name "kio")
(version "6.3.0") (version "6.4.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -3903,7 +3903,7 @@ consumption.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0j04kbbmjlbv2qhra5src6zxx1m8imix9hb0kih0b5h64jrszq9r")) "0p87fj6js7gzl9mmlbfawivm8glzbricjhkwicifv5kyp7rk382z"))
(patches (search-patches "kio-search-smbd-on-PATH.patch")))) (patches (search-patches "kio-search-smbd-on-PATH.patch"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(propagated-inputs (propagated-inputs