mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: libkdcraw: Update to 25.12.0.
* gnu/packages/kde-graphics.scm (libkdcraw): Update to 25.12.0. Change-Id: I5b2d304dd0d473fe3247299e1b3d92d583b6c142
This commit is contained in:
parent
a4e99bf04d
commit
160efe3f27
1 changed files with 2 additions and 2 deletions
|
|
@ -668,14 +668,14 @@ expression library, that is used in Krita.")
|
|||
(define-public libkdcraw
|
||||
(package
|
||||
(name "libkdcraw")
|
||||
(version "25.08.3")
|
||||
(version "25.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1prclxx92zk42m2d59j8k7c1330ay678dmml5z374g712g87iyjj"))))
|
||||
(base32 "1m2gz0md29jra8ac73q2mzq1xhi76daxrh7fc2k16hvqb4d40mji"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config extra-cmake-modules))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue