gnu: plasma-nm: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (plasma-nm): Update to 6.1.3. Change-Id: I45cefc2a5d84f264093f3bd0f76cdca899618878master
parent
c211ba22b1
commit
c02c4b1d65
|
@ -2242,7 +2242,7 @@ integration of Qt applications when running on a KDE Plasma workspace.")
|
||||||
(define-public plasma-nm
|
(define-public plasma-nm
|
||||||
(package
|
(package
|
||||||
(name "plasma-nm")
|
(name "plasma-nm")
|
||||||
(version "6.1.2")
|
(version "6.1.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/"
|
||||||
|
@ -2250,7 +2250,7 @@ integration of Qt applications when running on a KDE Plasma workspace.")
|
||||||
".tar.xz"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02148q5707cck0qix2c3k7npp9kblnq5h79xvb99rq45sbwc51pr"))))
|
"0z0ij2mh04zwvvg7d43qy1sjavaqss2z8vh39gxb53l0gjnh4lav"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:qtbase qtbase
|
(list #:qtbase qtbase
|
||||||
|
|
Reference in New Issue