guix-commits
[Top][All Lists]
Advanced

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

286/321: gnu: kommit: Update to 1.7.1.


From: guix-commits
Subject: 286/321: gnu: kommit: Update to 1.7.1.
Date: Sat, 11 Jan 2025 08:14:32 -0500 (EST)

z572 pushed a commit to branch kde-team
in repository guix.

commit b7fc7376901bc7d9c79e0884cfbcc6b59cd6309f
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Jan 10 11:52:06 2025 +0800

    gnu: kommit: Update to 1.7.1.
    
    * gnu/packages/kde.scm (kommit): Update to 1.7.1.
    [source]: Adjust uri.
    [arguments]<#:phases>: Adjust check phase.
    
    Change-Id: Ie5cab671f5e9b466bd23ac08a8ebacd00c0fe0ec
---
 gnu/packages/kde.scm | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index a08d89f852..a5d7b6ad4b 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1108,15 +1108,15 @@ cards.")
 (define-public kommit
   (package
     (name "kommit")
-    (version "1.6.0")
+    (version "1.7.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/"
                                   name "/" name "-"
-                                  version ".tar.xz"))
+                                  "v" version ".tar.xz"))
               (sha256
                (base32
-                "09ahnizl5mqdrg583lxkwwnsq8ci95fk49wx9733ah4c39gync5c"))))
+                "14gr0ms99il76k3yrdff2z4fj5pi5c613gk9n60gg66rmr7m3pnx"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase
@@ -1131,26 +1131,26 @@ cards.")
                      (invoke "ctest" "-E"
                              "(difftest|clonedialogtest|tagtest|indextest|\
 branchestest|configtest|stashtest|filetest|overlaytest|remotetest|clonetest|\
-submoduletest)")))))))
+submoduletest|cachetest|switchtest)")))))))
     (native-inputs
      (list extra-cmake-modules kdoctools pkg-config))
     (inputs
      (list ;; module cyclic referencing
-            (module-ref
-             (resolve-interface
-              '(gnu packages kde-systemtools))
-             'dolphin)         ;for dolphin plugin
-           kconfigwidgets
-           kcoreaddons
-           kcrash
-           kdbusaddons
-           ki18n
-           kxmlgui
-           kio
-           ktextwidgets
-           ktexteditor
-           ksyntaxhighlighting
-           libgit2-1.8))
+      (module-ref
+       (resolve-interface
+        '(gnu packages kde-systemtools))
+       'dolphin)         ;for dolphin plugin
+      kconfigwidgets
+      kcoreaddons
+      kcrash
+      kdbusaddons
+      ki18n
+      kxmlgui
+      kio
+      ktextwidgets
+      ktexteditor
+      ksyntaxhighlighting
+      libgit2-1.8))
     (home-page "https://apps.kde.org/kommit/";)
     (synopsis "Git client for KDE")
     (description



reply via email to

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