mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: kolourpaint: Update to 25.12.0.
* gnu/packages/kde-graphics.scm (kolourpaint): Update to 25.12.0. Change-Id: I4c0886b37a3f513ea2249f55bb492d1b92cfa64b
This commit is contained in:
parent
189c1ffd39
commit
df1bfbcab9
1 changed files with 2 additions and 2 deletions
|
|
@ -498,14 +498,14 @@ replace the other outdated Graphviz tools.")
|
|||
(define-public kolourpaint
|
||||
(package
|
||||
(name "kolourpaint")
|
||||
(version "25.08.3")
|
||||
(version "25.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kolourpaint-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "035ln578r2gdb2aa0h59b65k0lirr77i7ns9asahvib14fdw3xzd"))))
|
||||
(base32 "1gz343af48n6nm1wnqn07bfdyjd944ayq5g1jc7miwkmj92m4ndh"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue