guix-commits
[Top][All Lists]
Advanced

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

11/92: gnu: kcolorpicker: Update to 0.3.0.


From: guix-commits
Subject: 11/92: gnu: kcolorpicker: Update to 0.3.0.
Date: Thu, 18 Jan 2024 21:00:00 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

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

    gnu: kcolorpicker: Update to 0.3.0.
    
    * gnu/packages/kde-frameworks.scm (kcolorpicker): Update to 0.3.0.
    
    Change-Id: I21f0911bd1a3ce50646befa2298af286c15f5b90
---
 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 6e86f35416..3f07c0d9e1 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -563,7 +563,7 @@ Internet).")
 (define-public kcolorpicker
   (package
     (name "kcolorpicker")
-    (version "0.2.0")
+    (version "0.3.0")
     (source
      (origin
        (method git-fetch)
@@ -573,7 +573,7 @@ Internet).")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1aw41mj0hxin2h3cldiiv7ivq5qv97l0ww42yr7j8hmkzj7qq6ba"))))
+         "1zg078mkdapsd6vq7qy2vxbfzn6i382ss1a1w0xzvpy148ifaj42"))))
     (build-system qt-build-system)
     (propagated-inputs (list qtbase-5))
     (arguments



reply via email to

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