mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ksudoku: Update to 24.12.1.
* gnu/packages/kde-games.scm (ksudoku): Update to 24.12.1. Change-Id: Ibe81d03ac92428b6454274e4ebf7782e799aa72a
This commit is contained in:
parent
322c49e8df
commit
a6bec02ec7
1 changed files with 2 additions and 2 deletions
|
@ -566,14 +566,14 @@ This package is part of the KDE games module.")
|
|||
(define-public ksudoku
|
||||
(package
|
||||
(name "ksudoku")
|
||||
(version "24.05.2")
|
||||
(version "24.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/ksudoku-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1hygl0m26ylj0gm9i8mm7cr2aclq27z8ammydhw824d1nwjw98b0"))))
|
||||
(base32 "1xa4rw6im3gi88xl54y9pnld4z4xpcfjnpahagqydagannpxfddh"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue