gnu: plasma-browser-integration: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (plasma-browser-integration): Update to 6.1.3. Change-Id: I19cc5907c37b6ec88af881f6bf5065e599621cc1master
parent
84a2a9276f
commit
da818d9fbf
|
@ -1893,14 +1893,14 @@ active window on Plasma Desktop.")
|
||||||
(define-public plasma-browser-integration
|
(define-public plasma-browser-integration
|
||||||
(package
|
(package
|
||||||
(name "plasma-browser-integration")
|
(name "plasma-browser-integration")
|
||||||
(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/" version
|
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||||
"/" name "-" version ".tar.xz"))
|
"/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07wsbq3p55k9jha341zpxgk6v4iaj3j4agp45h32m2881fjrwb80"))))
|
"1h39nznvnfn3a9yvz8ml4kca5pzlrwj9n702nsa3srbqvr7nmwwy"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules pkg-config))
|
(native-inputs (list extra-cmake-modules pkg-config))
|
||||||
;; TODO: Figure out how to integrate this package into web browsers
|
;; TODO: Figure out how to integrate this package into web browsers
|
||||||
|
|
Reference in New Issue