guix-commits
[Top][All Lists]
Advanced

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

270/332: gnu: kmag: Update to 23.04.3.


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

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

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

    gnu: kmag: Update to 23.04.3.
    
    * gnu/packages/kde-utils.scm (kmag): 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 4d0b7d0d53..8836029e60 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -783,14 +783,14 @@ the computer and 3D Printers.")
 (define-public kmag
   (package
     (name "kmag")
-    (version "22.04.3")
+    (version "23.04.3")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://kde/stable/release-service/" version
                           "/src/kmag-" version ".tar.xz"))
       (sha256
-       (base32 "08jwv2wnb67vjgz5pv1nn6rwl9ldj8dfd74l6va9vz4x5pk7d859"))))
+       (base32 "13ar37yv3gk5451cdqrgbm91jm50qw4559sx25fv95g2i9wa7z74"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))



reply via email to

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