guix-commits
[Top][All Lists]
Advanced

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

311/347: gnu: dolphin: Update to 24.05.1.


From: guix-commits
Subject: 311/347: gnu: dolphin: Update to 24.05.1.
Date: Fri, 28 Jun 2024 09:59:23 -0400 (EDT)

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

commit 0eedfa75bbbe2a3b74ede3a844a4563d8c029435
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 02:06:25 2024 +0800

    gnu: dolphin: Update to 24.05.1.
    
    * gnu/packages/kde-systemtools.scm (dolphin): Update to 24.05.1.
    
    Change-Id: I755c30e244f365fbf0b8d9ebf411e6441f4792d1
---
 gnu/packages/kde-systemtools.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm
index a70f1b0d2e..c2a496ef5d 100644
--- a/gnu/packages/kde-systemtools.scm
+++ b/gnu/packages/kde-systemtools.scm
@@ -48,14 +48,14 @@
 (define-public dolphin
   (package
     (name "dolphin")
-    (version "24.02.2")
+    (version "24.05.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/dolphin-" version ".tar.xz"))
        (sha256
-        (base32 "00d74sxnfnw3f39dm6mhwir8f48zf3qgbnfqq4bclnaisj84912h"))))
+        (base32 "1f5s0sl3rlkbpzfcvffg12ynwg621sy0r2w7gwwszj831ax4zz5a"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools-6 ruby ruby-test-unit))



reply via email to

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