guix-commits
[Top][All Lists]
Advanced

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

138/332: gnu: dolphin-plugins: Update to 23.04.3.


From: guix-commits
Subject: 138/332: gnu: dolphin-plugins: Update to 23.04.3.
Date: Thu, 3 Aug 2023 05:43:47 -0400 (EDT)

iyzsong pushed a commit to branch kde-updates
in repository guix.

commit aa50d576c428e219855b5ce1e7f11665683ef80d
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Sat Jul 15 12:08:13 2023 +0800

    gnu: dolphin-plugins: Update to 23.04.3.
    
    * gnu/packages/kde-systemtools.scm (dolphin-plugins): Update to 23.04.3.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 98df063495..57b75ec121 100644
--- a/gnu/packages/kde-systemtools.scm
+++ b/gnu/packages/kde-systemtools.scm
@@ -101,14 +101,14 @@ The main features of Dolphin are:
 (define-public dolphin-plugins
   (package
     (name "dolphin-plugins")
-    (version "22.04.3")
+    (version "23.04.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/dolphin-plugins-" version ".tar.xz"))
        (sha256
-        (base32 "1ii1xrz22caxcgrr9ibzkh7nvw1h9d8xb5a2fadni0makk02qjif"))))
+        (base32 "0h1b559icj5g3xrx5697a9rncpdcmsjg774c6m36ild56bwc048v"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules))



reply via email to

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