mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: plasma-nano: Update to 6.3.6.
* gnu/packages/kde-plasma.scm (plasma-nano): Update to 6.3.6. Change-Id: I2852ef73fb8a17b3e3c3ab9687d58ea596e6ed32
This commit is contained in:
parent
7542a08e7f
commit
277198b033
1 changed files with 2 additions and 2 deletions
|
@ -2376,14 +2376,14 @@ integration of Qt applications when running on a KDE Plasma workspace.")
|
|||
(define-public plasma-nano
|
||||
(package
|
||||
(name "plasma-nano")
|
||||
(version "6.3.4")
|
||||
(version "6.3.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
version "/plasma-nano-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"086sw3xipkbx1z5zjfsqgzxqb5y9qf9v4pbc6ayr3svgms64ishq"))))
|
||||
"17pki8i7hh1hhh8nlm1yzbfg97a4j8mpn193xfqc25zcyb87gxpd"))))
|
||||
(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