mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: kpipewire: Update to 6.2.5.
* gnu/packages/kde-plasma.scm (kpipewire): Update to 6.2.5. Change-Id: I8b4a28bc0781634c664bff16bd46fb930bf8cd2d
This commit is contained in:
parent
ea8e3b9079
commit
2420484842
1 changed files with 2 additions and 2 deletions
|
@ -892,14 +892,14 @@ (define-public kongress
|
|||
(define-public kpipewire
|
||||
(package
|
||||
(name "kpipewire")
|
||||
(version "6.1.4")
|
||||
(version "6.2.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
version "/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0d3i6d2lcykvlvf2brpqf78qwg9qyiy5jpsrdgd3cswazmb6s4db"))))
|
||||
"06b37sbvvv1cm9zyx6kc4qa13w6fm4gpv9p61vc7nhnay20xahnv"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list extra-cmake-modules pkg-config))
|
||||
(propagated-inputs (list qtbase qtdeclarative
|
||||
|
|
Loading…
Reference in a new issue