mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: plasma-browser-integration: Update to 6.4.3.
* gnu/packages/kde-plasma.scm (plasma-browser-integration): Update to 6.4.3. Change-Id: I68b08ba31413b40cffbb2338d4bfd07b52d6554e
This commit is contained in:
parent
3dd12f67e0
commit
11faac43b7
1 changed files with 2 additions and 2 deletions
|
|
@ -2015,14 +2015,14 @@ on QtMultimedia and @command{yt-dlp}.")
|
|||
(define-public plasma-browser-integration
|
||||
(package
|
||||
(name "plasma-browser-integration")
|
||||
(version "6.3.6")
|
||||
(version "6.4.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||
"/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"07c7b38xn90n92vksdzx3idpf9ldncwixvz61867hw63yvxrwh1w"))))
|
||||
"1jxbg4qqp8ffa0k8zihxdll26gf8q9kyh1dy32aaxhsfmcbygk2q"))))
|
||||
(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…
Add table
Reference in a new issue