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
parent
95e40fe5d3
commit
774443457f
|
@ -769,14 +769,14 @@ cards.")
|
||||||
(define-public kopeninghours
|
(define-public kopeninghours
|
||||||
(package
|
(package
|
||||||
(name "kopeninghours")
|
(name "kopeninghours")
|
||||||
(version "22.08.1")
|
(version "23.04.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
version "/src/" name "-" version ".tar.xz"))
|
version "/src/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03hslgx4zgg7gsnz2xhx4wnchvqfc5n8c6ihgwz3972fkxsjfdvq"))))
|
"14m4wl79b4qad42l1capz59pslfcrm25jshyhmcqzhqb0wzwkav9"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases '(modify-phases %standard-phases
|
(list #:phases '(modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue