guix_mirror_bot pushed a commit to branch master
in repository guix.

commit eac6f3cd26a60b3b46d16a41678a1118150006fc
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 10:57:37 2025 +0530

    gnu: qcustomplot: Update to 2.1.1.
    
    * gnu/packages/qt.scm (qcustomplot): Update to 2.1.1.
    [source]: Update url.
    [native-inputs]: Update the url of "qcustomplot-sharedlib".
    
    Change-Id: I9d507036b7a6a353f00f531f0cf12ba67447aa4b
---
 gnu/packages/qt.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 84d928a880..ebd58a5eb4 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5494,22 +5494,22 @@ color-related widgets.")
 (define-public qcustomplot
   (package
     (name "qcustomplot")
-    (version "2.1.0")
+    (version "2.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.qcustomplot.com/release/";
-                           version "fixed" "/QCustomPlot.tar.gz"))
+                           version "/QCustomPlot.tar.gz"))
        (sha256
-        (base32 "1324kqyj1v1f8k8d7b15gc3apwz9qxx52p86hvchg33hjdlqhskx"))))
+        (base32 "0aiixk36v1534429yndn2phn7q7m2rvkh81hn7awin4b1vkidz4s"))))
     (native-inputs
      `(("qcustomplot-sharedlib"
         ,(origin
            (method url-fetch)
            (uri (string-append "https://www.qcustomplot.com/release/";
-                               version "fixed" 
"/QCustomPlot-sharedlib.tar.gz"))
+                               version "/QCustomPlot-sharedlib.tar.gz"))
            (sha256
-            (base32 
"0vp8lpxvd1nlp4liqrlvslpqrgfn0wpiwizzdsjbj22zzb8vxikc"))))))
+            (base32 
"1h5l29q82grz94z5ch95vq6hs5clcymbcb3yngqfsh47gsffmmim"))))))
     (inputs
      (list qtbase-5))
     (build-system gnu-build-system)

Reply via email to