mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: plasmatube: Update to 25.08.1.
* gnu/packages/kde-multimedia.scm (plasmatube): Update to 25.08.1. Change-Id: I1fad2643ebca0add5c1d6363a7f150fe7e24ae95
This commit is contained in:
parent
5541cc297e
commit
7d75650af8
1 changed files with 2 additions and 2 deletions
|
@ -889,14 +889,14 @@ CDs.")
|
||||||
(define-public plasmatube
|
(define-public plasmatube
|
||||||
(package
|
(package
|
||||||
(name "plasmatube")
|
(name "plasmatube")
|
||||||
(version "24.12.3")
|
(version "25.08.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/plasmatube-" version ".tar.xz"))
|
"/src/plasmatube-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0505s8hz6hcq8bc9cp9qpy4ccyznnczb1spg4x0l0n4ji7bg2m8n"))))
|
"0bqd01qkc063jbcfdhn5mfq631hn9gpa7nkik749c457g3763b6s"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules pkg-config python-minimal))
|
(native-inputs (list extra-cmake-modules pkg-config python-minimal))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue