mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libkcddb: Update to 25.08.1.
* gnu/packages/kde-multimedia.scm (libkcddb): Update to 25.08.1. Change-Id: I26ab264d1767cf208811e9de3644733b1f302708
This commit is contained in:
parent
72304804fe
commit
95c0573231
1 changed files with 2 additions and 2 deletions
|
@ -806,14 +806,14 @@ Its features include:
|
||||||
(define-public libkcddb
|
(define-public libkcddb
|
||||||
(package
|
(package
|
||||||
(name "libkcddb")
|
(name "libkcddb")
|
||||||
(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/libkcddb-" version ".tar.xz"))
|
"/src/libkcddb-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10m4klkm7bz0d1qkpj53dhy0mp7haddpq4a5c8lq442ds09hrv0b"))))
|
(base32 "0vwd6cnfiwwx2kd32dqn1k3fk9csghpmqyllnq786fp5ik8f8hkh"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue