mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: plasma-browser-integration: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (plasma-browser-integration): Update to 6.1.4. Change-Id: I003f691598e59405f3f04f3720f926c9e2da64ad
This commit is contained in:
parent
ee5b8fa968
commit
cc50998279
1 changed files with 2 additions and 2 deletions
|
@ -1894,14 +1894,14 @@ (define-public plasma-active-window-control
|
||||||
(define-public plasma-browser-integration
|
(define-public plasma-browser-integration
|
||||||
(package
|
(package
|
||||||
(name "plasma-browser-integration")
|
(name "plasma-browser-integration")
|
||||||
(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/" version
|
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||||
"/" name "-" version ".tar.xz"))
|
"/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h39nznvnfn3a9yvz8ml4kca5pzlrwj9n702nsa3srbqvr7nmwwy"))))
|
"0m9w9hnkxcx7sv3aipk19783c4n2s134iz0yrijhx2rwzvm9mgyn"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue