guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

129/332: gnu: kopeninghours: Update to 23.04.3.


From: guix-commits
Subject: 129/332: gnu: kopeninghours: Update to 23.04.3.
Date: Wed, 2 Aug 2023 10:36:52 -0400 (EDT)

iyzsong pushed a commit to branch kde-updates
in repository guix.

commit 774443457fb3b9c8a79a66bf59bdc8cc6f9caeb1
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Fri Jul 14 16:29:10 2023 +0800

    gnu: kopeninghours: Update to 23.04.3.
    
    * gnu/packages/kde.scm (kopeninghours): Update to 23.04.3.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/kde.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 16db562c76..f6c4d4dd6f 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]