mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: libkdcraw: Update to 24.12.1.
* gnu/packages/kde-frameworks.scm (libkdcraw): Update to 24.12.1. Change-Id: I0cdb7a989ee2bd7e9c65243d2d2d33037a93fa8f
This commit is contained in:
parent
dcc4d7dec7
commit
cfb30306c7
1 changed files with 2 additions and 2 deletions
|
@ -2161,14 +2161,14 @@ uses a job-based interface to queue tasks and execute them in an efficient way."
|
|||
(define-public libkdcraw
|
||||
(package
|
||||
(name "libkdcraw")
|
||||
(version "24.05.2")
|
||||
(version "24.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0a4aifi3jwkizdn2qsa441f28j9ykymw4bn922d5pz6c9riw3ssr"))))
|
||||
(base32 "0m2wi3bhfd5yn57dpix9mbsrzkxm7p1s42zs1x899wmznk8blnib"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config extra-cmake-modules))
|
||||
|
|
Loading…
Add table
Reference in a new issue