mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kmix: Update to 25.08.1.
* gnu/packages/kde-multimedia.scm (kmix): Update to 25.08.1. Change-Id: Id237f9aad64c727adb0de60e52d73c020cac9c92
This commit is contained in:
parent
64cbdac2a2
commit
07692c307e
1 changed files with 2 additions and 2 deletions
|
@ -668,14 +668,14 @@ Its main features are:
|
||||||
(define-public kmix
|
(define-public kmix
|
||||||
(package
|
(package
|
||||||
(name "kmix")
|
(name "kmix")
|
||||||
(version "25.04.0")
|
(version "25.08.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(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/kmix-" version ".tar.xz"))
|
"/src/kmix-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zxrj105zvmwbj0dcmhzmh7aj1rl56v5bai8a2lwbrrr8dvrnwnx"))))
|
(base32 "0046rmgi7bwy3chmhd7g9snj0y1fb5zhxydn9sz73ha4nfp6pvd3"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments (list #:qtbase qtbase))
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue