guix-commits
[Top][All Lists]
Advanced

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

51/92: gnu: kunitconversion: Update to 5.114.0.


From: guix-commits
Subject: 51/92: gnu: kunitconversion: Update to 5.114.0.
Date: Thu, 18 Jan 2024 21:00:19 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 64ea01737986cdb06f76e90382cbaddaaf51d9e8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 18 11:33:22 2024 -0500

    gnu: kunitconversion: Update to 5.114.0.
    
    * gnu/packages/kde-frameworks.scm (kunitconversion): Update to 5.114.0.
    
    Change-Id: I43c89832d70d92bf15295b0db235fc70a9a37b99
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 4e7ee8115d..7223552366 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2104,7 +2104,7 @@ and communicating with them using a pty.")
 (define-public kunitconversion
   (package
     (name "kunitconversion")
-    (version "5.108.0")
+    (version "5.114.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2113,7 +2113,7 @@ and communicating with them using a pty.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1kwz5wx0s522mwb5gxjz6cxqdkzflcckmra9qikpjrzsngamrq3j"))))
+                "1qyqvl8fy105zwma5nrkz9zg5932w2f33daw0azhj322iffrm39n"))))
     (build-system cmake-build-system)
     (arguments `(#:tests? #f)) ;; Requires network.
     (native-inputs



reply via email to

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