mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: kopeninghours: Update to 24.12.1.
* gnu/packages/kde.scm (kopeninghours): Update to 24.12.1. Change-Id: Idf7a7d04568b550db093d924f0a251e1dcdf5ccd
This commit is contained in:
parent
51fadbb92b
commit
31239f34ed
1 changed files with 2 additions and 2 deletions
|
@ -1206,14 +1206,14 @@ (define-public kompare
|
|||
(define-public kopeninghours
|
||||
(package
|
||||
(name "kopeninghours")
|
||||
(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
|
||||
"132ihgsv1l8nz24ycddfp146czhnfcgrjfnffjb91w5l4a5wv3k4"))))
|
||||
"0z8jhp47zdyl50b2jrda5fw86i8vkmswv4g26f2h77fz0pnq31k6"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue