guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit 388a0b5fc36f51907dbaa9b6b0e73642da7957a3
Author: Sughosha <[email protected]>
AuthorDate: Sat Oct 18 11:49:11 2025 +0530
gnu: qxmpp: Update to 1.12.0.
* gnu/packages/kde-internet.scm (qxmpp): Update to 1.12.0.
Change-Id: I7990e1229f966f823a60e04f0fdd5e2a5e198223
---
gnu/packages/kde-internet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index f751803986..4eb23794e9 100644
--- a/gnu/packages/kde-internet.scm
+++ b/gnu/packages/kde-internet.scm
@@ -110,7 +110,7 @@ KDSoap.")
(package
(name "qxmpp")
;; kaidan requires a precise version
- (version "1.10.3")
+ (version "1.12.0")
(source
(origin
(method git-fetch)
@@ -119,7 +119,7 @@ KDSoap.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0qinrbr63b1baqv1a7cph8bma6kj1ib8s8ywq6d9497lc1yl2kgi"))))
+ (base32 "14cz04fabdlwynn9js97pnpjdqmjfi3kkq29q4fj3zcjkklax0xj"))))
(build-system qt-build-system)
(arguments
`(#:qtbase ,qtbase