guix-commits
[Top][All Lists]
Advanced

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

80/126: gnu: discover: Update to 6.1.3.


From: guix-commits
Subject: 80/126: gnu: discover: Update to 6.1.3.
Date: Thu, 1 Aug 2024 11:46:40 -0400 (EDT)

z572 pushed a commit to branch master
in repository guix.

commit 0ef68015ca1010c6c4f6c22957c19eb43a811096
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 20 19:10:23 2024 +0800

    gnu: discover: Update to 6.1.3.
    
    * gnu/packages/kde-plasma.scm (discover): Update to 6.1.3.
    
    Change-Id: Ibb24e0415aec4021026a715719b4dca6ffdcd851
---
 gnu/packages/kde-plasma.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index bcc59c9841..928d59fd9b 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -242,7 +242,7 @@ Breeze is the default theme for the KDE Plasma desktop.")
 (define-public discover
   (package
     (name "discover")
-    (version "6.1.2")
+    (version "6.1.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -254,7 +254,7 @@ Breeze is the default theme for the KDE Plasma desktop.")
                                   ".tar.xz"))
               (sha256
                (base32
-                "16awva2q379z3rpiqlj7dby03k19d9c3d45y0vz5yd8lpavb9a3f"))))
+                "10sii3wsb0afi9p7ac9v0wkhnc4sv9wbw2ysinyalw4hrggrg8j5"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase



reply via email to

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