guix-commits
[Top][All Lists]
Advanced

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

264/332: gnu: kcalc: Update to 23.04.3.


From: guix-commits
Subject: 264/332: gnu: kcalc: Update to 23.04.3.
Date: Wed, 2 Aug 2023 10:37:09 -0400 (EDT)

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

commit 3f18cb2fcf5a9168bbd12bcbaf61836eebc9d90b
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sun Jul 30 07:29:37 2023 +0800

    gnu: kcalc: Update to 23.04.3.
    
    * gnu/packages/kde-utils.scm (kcalc): Update to 23.04.3.
---
 gnu/packages/kde-utils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index 21f25cf614..32ff83f2ec 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -472,14 +472,14 @@ drive, USB stick, etc
 (define-public kcalc
   (package
     (name "kcalc")
-    (version "22.08.1")
+    (version "23.04.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/release-service/"
                                   version "/src/kcalc-" version ".tar.xz"))
               (sha256
                (base32
-                "01rn6qy40q4b90i5mysrygkqh5fzq885dgcd11l6r8s59ijjcjlk"))))
+                "04mqicwqn6h99jgh1zl0wsgk1rdkswzxaq8b8yz5hq654dsyq6y1"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules kdoctools))
     (inputs (list gmp



reply via email to

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