mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: plasma-mobile: Update to 6.3.6.
* gnu/packages/kde-plasma.scm (plasma-mobile): Update to 6.3.6. [arguments]: New field. Change-Id: Ie59e0de05ec75f1850652e19eac04aab8f6161f8
This commit is contained in:
parent
3031ab4d1e
commit
e47c746bd9
1 changed files with 3 additions and 2 deletions
|
@ -2453,15 +2453,16 @@ connections.")
|
||||||
(define-public plasma-mobile
|
(define-public plasma-mobile
|
||||||
(package
|
(package
|
||||||
(name "plasma-mobile")
|
(name "plasma-mobile")
|
||||||
(version "6.3.4")
|
(version "6.3.6")
|
||||||
(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-mobile-" version ".tar.xz"))
|
version "/plasma-mobile-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nam7lgn7gwbvrqavykgyk743i78fsw0j4ph8ykxr6jjckhdq7ms"))))
|
"1ajhcj99rcil8fs5gyh2qsvj1lvsbr835w5nh7azdq83m7cw41qp"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
(arguments (list #:tests? #f)) ;only small add-hoc test scripts
|
||||||
(native-inputs (list extra-cmake-modules pkg-config qttools))
|
(native-inputs (list extra-cmake-modules pkg-config qttools))
|
||||||
(inputs (list bash-minimal
|
(inputs (list bash-minimal
|
||||||
eudev
|
eudev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue