mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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
|
||||
(package
|
||||
(name "plasma-browser-integration")
|
||||
(version "6.1.3")
|
||||
(version "6.1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||
"/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1h39nznvnfn3a9yvz8ml4kca5pzlrwj9n702nsa3srbqvr7nmwwy"))))
|
||||
"0m9w9hnkxcx7sv3aipk19783c4n2s134iz0yrijhx2rwzvm9mgyn"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules pkg-config))
|
||||
;; TODO: Figure out how to integrate this package into web browsers
|
||||
|
|
Loading…
Reference in a new issue