me
/
guix
Archived
1
0
Fork 0

gnu: kopeninghours: Update to 23.04.3.

* gnu/packages/kde.scm (kopeninghours): Update to 23.04.3.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Zheng Junjie 2023-07-14 16:29:10 +08:00 committed by 宋文武
parent 95e40fe5d3
commit 774443457f
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -769,14 +769,14 @@ cards.")
(define-public kopeninghours
(package
(name "kopeninghours")
(version "22.08.1")
(version "23.04.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/" name "-" version ".tar.xz"))
(sha256
(base32
"03hslgx4zgg7gsnz2xhx4wnchvqfc5n8c6ihgwz3972fkxsjfdvq"))))
"14m4wl79b4qad42l1capz59pslfcrm25jshyhmcqzhqb0wzwkav9"))))
(build-system cmake-build-system)
(arguments
(list #:phases '(modify-phases %standard-phases