guix-commits
[Top][All Lists]
Advanced

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

326/332: gnu: k3b: Update to 23.04.3.


From: guix-commits
Subject: 326/332: gnu: k3b: Update to 23.04.3.
Date: Wed, 2 Aug 2023 10:37:17 -0400 (EDT)

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

commit e20b452d08240fa7e5e11b9a36092952e207e4d7
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Mon Jul 31 18:31:00 2023 +0800

    gnu: k3b: Update to 23.04.3.
    
    * gnu/packages/kde-multimedia.scm (k3b): Update to 23.04.3.
---
 gnu/packages/kde-multimedia.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm
index 65191fcf05..8e33025de0 100644
--- a/gnu/packages/kde-multimedia.scm
+++ b/gnu/packages/kde-multimedia.scm
@@ -366,14 +366,14 @@ variety of formats.")
 (define-public k3b
   (package
     (name "k3b")
-    (version "22.04.3")
+    (version "23.04.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/k3b-" version ".tar.xz"))
        (sha256
-        (base32 "1bizk66ad2yq8xszjqvv2ghk069d0l6iczn5rlna1p3zigr43ysl"))))
+        (base32 "1kr1hw4pws87zzwyrwrg2ysdn11qf0qhwi1vc9b0k8jkjmmdplmb"))))
     (build-system qt-build-system)
     (arguments
      `(#:phases



reply via email to

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