mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: plasma-nm: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (plasma-nm): Update to 6.1.4. Change-Id: I42727937df2ef5c48ca5eb1606f4a56386a58acc
This commit is contained in:
parent
1e0273f95a
commit
de812f0eb3
1 changed files with 2 additions and 2 deletions
|
|
@ -2243,7 +2243,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.3")
|
(version "6.1.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/"
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
|
|
@ -2251,7 +2251,7 @@ integration of Qt applications when running on a KDE Plasma workspace.")
|
||||||
".tar.xz"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0z0ij2mh04zwvvg7d43qy1sjavaqss2z8vh39gxb53l0gjnh4lav"))))
|
"1q85ynvgrz58bgpscmz0wa8llfvzcarnzknh026gcapkih84gbql"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:qtbase qtbase
|
(list #:qtbase qtbase
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue