monego pushed a commit to branch master
in repository guix.

commit 53096bb5a0f3c0db113955d5b6e0404cbb8b791b
Author: Vinicius Monego <[email protected]>
AuthorDate: Tue Dec 5 17:34:12 2023 -0300

    gnu: labplot: Update to 2.10.1.
    
    * gnu/packages/kde.scm (labplot): Update to 2.10.1.
    [source]<origin>: Update URI.
    
    Change-Id: I03d24410304fb14daa20f7a75f6947caed63ab84
---
 gnu/packages/kde.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 24df7b7f7b..8e8bb32fda 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -14,7 +14,7 @@
 ;;; Copyright © 2020, 2021, 2022, 2023 Zheng Junjie <[email protected]>
 ;;; Copyright © 2021 Alexandros Theodotou <[email protected]>
 ;;; Copyright © 2021 la snesne <[email protected]>
-;;; Copyright © 2021, 2022, 2023 Vinicius Monego <[email protected]>
+;;; Copyright © 2021, 2022, 2023, 2024 Vinicius Monego <[email protected]>
 ;;; Copyright © 2022 Brendan Tildesley <[email protected]>
 ;;; Copyright © 2022 Petr Hodina <[email protected]>
 ;;;
@@ -1226,15 +1226,14 @@ communicate with each other.  Here's a few things KDE 
Connect can do:
 (define-public labplot
   (package
     (name "labplot")
-    (version "2.9.0")
+    (version "2.10.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/labplot"
-                           "/" version "/labplot-"
-                           version ".tar.xz"))
+                           "/labplot-" version ".tar.xz"))
        (sha256
-        (base32 "1wi19gj18yhrim1cb2dwgpnc2yvydm87h41fcg670ampy24i98z5"))))
+        (base32 "1vyslapcjmq7bra3hbbkwrcy6z0cn8z5z2bvzzgy1dng2waihvib"))))
     (build-system qt-build-system)
     (arguments
      `(#:configure-flags

Reply via email to