mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: ksanecore: Update to 25.12.0.
* gnu/packages/kde-graphics.scm (ksanecore): Update to 25.12.0. Change-Id: I586cc1e106d47cf299b0c5b9ca82d806a38af3f0
This commit is contained in:
parent
5a0e1270ac
commit
08aa33f4a2
1 changed files with 2 additions and 2 deletions
|
|
@ -125,14 +125,14 @@ image editing capabilities.")
|
|||
(define-public ksanecore
|
||||
(package
|
||||
(name "ksanecore")
|
||||
(version "25.08.3")
|
||||
(version "25.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/ksanecore-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "15x9mfg8mb3wll48ibwz8hpc6gs55ryy42dfkz961vlk86cmjmp1"))))
|
||||
(base32 "0cnv7jgcbyyfbsh2az1qrbwkgw0n9gk1f5b87m6av2x7dvch2zb1"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue