mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: plasma-nano: Update to 6.4.3.
* gnu/packages/kde-plasma.scm (plasma-nano): Update to 6.4.3. Change-Id: Id08ce96447b9c44e80df6835f511ccb0281ce6b2
This commit is contained in:
parent
65fb2dc2e0
commit
3220d361ee
1 changed files with 2 additions and 2 deletions
|
@ -2338,14 +2338,14 @@ integration of Qt applications when running on a KDE Plasma workspace.")
|
||||||
(define-public plasma-nano
|
(define-public plasma-nano
|
||||||
(package
|
(package
|
||||||
(name "plasma-nano")
|
(name "plasma-nano")
|
||||||
(version "6.3.6")
|
(version "6.4.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/"
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
version "/plasma-nano-" version ".tar.xz"))
|
version "/plasma-nano-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17pki8i7hh1hhh8nlm1yzbfg97a4j8mpn193xfqc25zcyb87gxpd"))))
|
"0mlaadv0cmcfxysy5f8ahvy3lm1cn0x8is4ir1vyynpzmmbmnz0a"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs (list extra-cmake-modules pkg-config qttools))
|
(native-inputs (list extra-cmake-modules pkg-config qttools))
|
||||||
(inputs (list qtbase
|
(inputs (list qtbase
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue