[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
61/373: gnu: kunitconversion: Update to 6.3.0.
From: |
guix-commits |
Subject: |
61/373: gnu: kunitconversion: Update to 6.3.0. |
Date: |
Mon, 8 Jul 2024 08:04:26 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 13dadbdedd061edf6838ed2eb4d557fe01d614ac
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 00:58:44 2024 +0800
gnu: kunitconversion: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kunitconversion): Update to 6.3.0.
[inputs]: Remove qtbase-5; add qtbase.
Change-Id: Ib5a141ec22e861cf6b62e7906482b70eeb38e9d7
---
gnu/packages/kde-frameworks.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 97adddacb3..8eb718080a 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2077,7 +2077,7 @@ and communicating with them using a pty.")
(define-public kunitconversion
(package
(name "kunitconversion")
- (version "5.114.0")
+ (version "6.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2086,13 +2086,13 @@ and communicating with them using a pty.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1qyqvl8fy105zwma5nrkz9zg5932w2f33daw0azhj322iffrm39n"))))
+ "16q7jl86bc6y17xd6hyi6b506cpjx21jirlffkmz8ggzs0nz9cvx"))))
(build-system cmake-build-system)
- (arguments `(#:tests? #f)) ;; Requires network.
(native-inputs
(list extra-cmake-modules))
(inputs
- (list ki18n qtbase-5))
+ (list ki18n qtbase))
+ (arguments `(#:tests? #f)) ;; Requires network.
(home-page "https://community.kde.org/Frameworks")
(synopsis "Converting physical units")
(description "KUnitConversion provides functions to convert values in
- 277/373: gnu: kget: Update to 24.05.2., (continued)
- 277/373: gnu: kget: Update to 24.05.2., guix-commits, 2024/07/08
- 44/373: gnu: kdbusaddons: Update to 6.3.0., guix-commits, 2024/07/08
- 46/373: gnu: kwindowsystem: Update to 6.3.0., guix-commits, 2024/07/08
- 47/373: gnu: modemmanager-qt: Update to 6.3.0., guix-commits, 2024/07/08
- 39/373: gnu: kitemviews: Update to 6.3.0., guix-commits, 2024/07/08
- 55/373: gnu: kcontacts: Update to 6.3.0., guix-commits, 2024/07/08
- 56/373: gnu: kcrash: Update to 6.3.0., guix-commits, 2024/07/08
- 65/373: gnu: kauth: Update to 6.3.0., guix-commits, 2024/07/08
- 66/373: gnu: kcompletion: Update to 6.3.0., guix-commits, 2024/07/08
- 60/373: gnu: kpty: Update to 6.3.0., guix-commits, 2024/07/08
- 61/373: gnu: kunitconversion: Update to 6.3.0.,
guix-commits <=
- 69/373: gnu: kiconthemes: Update to 6.3.0., guix-commits, 2024/07/08
- 74/373: gnu: kbookmarks: Update to 6.3.0., guix-commits, 2024/07/08
- 75/373: gnu: kjobwidgets: Update to 6.3.0., guix-commits, 2024/07/08
- 76/373: gnu: kded: Update to 6.3.0., guix-commits, 2024/07/08
- 78/373: gnu: purpose: Update to 6.3.0., guix-commits, 2024/07/08
- 79/373: gnu: kpackage: Update to 6.3.0., guix-commits, 2024/07/08
- 81/373: gnu: kde-frameworkintegration: Update to 6.3.0., guix-commits, 2024/07/08
- 83/373: gnu: Remove kinit-bootstrap., guix-commits, 2024/07/08
- 85/373: gnu: qqc2-desktop-style: Update to 6.3.0., guix-commits, 2024/07/08
- 89/373: gnu: kparts: Update to 6.3.0., guix-commits, 2024/07/08