guix-commits
[Top][All Lists]
Advanced

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

191/347: gnu: breeze-icons: Update to 6.3.0.


From: guix-commits
Subject: 191/347: gnu: breeze-icons: Update to 6.3.0.
Date: Fri, 28 Jun 2024 09:58:57 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit ac5c903cc38fc004838d2fc543767509b658211e
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 01:40:53 2024 +0800

    gnu: breeze-icons: Update to 6.3.0.
    
    * gnu/packages/kde-frameworks.scm (breeze-icons): Update to 6.3.0.
    
    Change-Id: I74fd87d4e04468e5ed27f867021a81f23990632a
---
 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 757c9b05ed..5606d1f481 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -443,7 +443,7 @@ Bluetooth stack.  It is used by the KDE Bluetooth stack, 
BlueDevil.")
 (define-public breeze-icons
   (package
     (name "breeze-icons")
-    (version "6.1.0")
+    (version "6.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/frameworks/"
@@ -451,7 +451,7 @@ Bluetooth stack.  It is used by the KDE Bluetooth stack, 
BlueDevil.")
                                   "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0sm14s2a38i1jd5qjswn2z1d6bazajpzmgbcg36hxg8d1lnq1fmi"))))
+                "09p6fjja5yqf1zvfjdik997clnhbyd1xx4gnqhyz3nypy9w669k7"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules



reply via email to

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