guix-commits
[Top][All Lists]
Advanced

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

23/92: gnu: kplotting: Update to 5.114.0.


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

apteryx pushed a commit to branch master
in repository guix.

commit 9b3e68992643e05027c158da77ac8f9ae20477aa
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 18 11:33:13 2024 -0500

    gnu: kplotting: Update to 5.114.0.
    
    * gnu/packages/kde-frameworks.scm (kplotting): Update to 5.114.0.
    
    Change-Id: Ida6140065925b3dffcb3022f7283fc68a90625eb
---
 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 0691125369..e1d842202a 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1027,7 +1027,7 @@ to flat and hierarchical lists.")
 (define-public kplotting
   (package
     (name "kplotting")
-    (version "5.108.0")
+    (version "5.114.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1036,7 +1036,7 @@ to flat and hierarchical lists.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1rnkwxxms2raqswgwm0i4xgjqpzkz7wl2kbdra2gqscfz7a23s4p"))))
+                "17x58pplln0plqiyhjpzdiqxngylxq5gkc5gk7b91xzm783x2k0n"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules qttools-5))



reply via email to

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