[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
- 260/321: gnu: kcalc: Update to 24.12.1., (continued)
- 260/321: gnu: kcalc: Update to 24.12.1., guix-commits, 2025/01/11
- 261/321: gnu: kcharselect: Update to 24.12.1., guix-commits, 2025/01/11
- 262/321: gnu: kdialog: Update to 24.12.1., guix-commits, 2025/01/11
- 278/321: gnu: kdevelop: Update to 24.12.1., guix-commits, 2025/01/11
- 276/321: gnu: kdenlive: Update to 24.12.1., guix-commits, 2025/01/11
- 272/321: gnu: baloo-widgets: Update to 24.12.1., guix-commits, 2025/01/11
- 263/321: gnu: keysmith: Update to 24.12.1., guix-commits, 2025/01/11
- 285/321: gnu: libkomparediff2: Update to 24.12.1., guix-commits, 2025/01/11
- 275/321: gnu: gwenview: Update to 24.12.1., guix-commits, 2025/01/11
- 287/321: gnu: kompare: Update to 24.12.1., guix-commits, 2025/01/11
- 286/321: gnu: kommit: Update to 1.7.1.,
guix-commits <=
- 288/321: gnu: kopeninghours: Update to 24.12.1., guix-commits, 2025/01/11
- 309/321: gnu: Remove plasma-active-window-control., guix-commits, 2025/01/11
- 291/321: gnu: kpublictransport: Update to 24.12.1., guix-commits, 2025/01/11
- 305/321: gnu: Remove knotes., guix-commits, 2025/01/11
- 299/321: gnu: poxml: Update to 24.12.1., guix-commits, 2025/01/11
- 315/321: gnu: Remove libatcore., guix-commits, 2025/01/11
- 316/321: gnu: plasma-phonebook: Update to 24.02.0., guix-commits, 2025/01/11
- 09/321: gnu: kquickcharts: Update to 6.10.0., guix-commits, 2025/01/11
- 14/321: gnu: karchive: Update to 6.10.0., guix-commits, 2025/01/11
- 20/321: gnu: kdbusaddons: Update to 6.10.0., guix-commits, 2025/01/11