diff mbox series

[bug#65690,2/2] gnu: kaidan: Update to 0.9.0.

Message ID f43d05d3391d1f4c640d648c2b75fb86e3d9c350.1693622531.git.iyzsong@member.fsf.org
State New
Headers show
Series [bug#65690,1/2] gnu: kaidan: Add missing input. | expand

Commit Message

vasilii.smirnov--- via Guix-patches" via Sept. 2, 2023, 2:58 a.m. UTC
From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/messaging.scm (kaidan): Update to 0.9.0.
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Jack Hill Sept. 5, 2023, 7:08 p.m. UTC | #1
Hi,

I was able to reproduce the bug before, and can confirm that it's now 
gone. I don't see any problems with the patches and the QA is now green :)

Best,
Jack
Maxim Cournoyer Sept. 6, 2023, 12:52 a.m. UTC | #2
Hi,

I've installed the series, thank you!
diff mbox series

Patch

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 5c65760caf..14c4fc2b15 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1405,7 +1405,7 @@  (define-public dino
 (define-public kaidan
   (package
     (name "kaidan")
-    (version "0.8.0")
+    (version "0.9.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/unstable/kaidan/" version
@@ -1415,7 +1415,7 @@  (define-public kaidan
         #~(begin
             (delete-file-recursively "3rdparty")))
        (sha256
-        (base32 "195iddv35gc3k83r226y17avsab2b9bszgd7z7ynbddsgbf75rx7"))))
+        (base32 "1waqv0fdkhvp3cqy2a2g6i2wc9s0zbvgzknymrwxy99mnx9ymw9g"))))
     (build-system qt-build-system)
     (arguments
      (list #:configure-flags #~(list "-DBUILD_TESTS=true")))