me
/
guix
Archived
1
0
Fork 0

gnu: kde-frameworkintegration: Update to 6.4.0.

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

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

View File

@ -5288,7 +5288,7 @@ applications.")
(define-public kde-frameworkintegration
(package
(name "kde-frameworkintegration")
(version "6.3.0")
(version "6.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -5297,7 +5297,7 @@ applications.")
"frameworkintegration-" version ".tar.xz"))
(sha256
(base32
"0zscmn1hvv0y7j5r22r6cdmqznkv7h0s6v7a4wmpjgrpnd8haw4l"))))
"0wggk50wcx23ahl95hxwlpv2zn1hbyg30v4gv9g7hj9f79fd30j6"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))