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