guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 52cc958912d285383c67c778f698fdec15312358
Author: Zheng Junjie <[email protected]>
AuthorDate: Thu May 8 13:42:32 2025 +0800
gnu: smb4k: Update to 4.0.0.
* gnu/packages/kde-utils.scm (smb4k): Update to 4.0.0.
Change-Id: I6a4c7aaf50a7aa5e73a7fbed798284e5a38efae5
---
gnu/packages/kde-utils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index f476d5a119..c0438f34ac 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -1196,7 +1196,7 @@ remind you to take a break now and then.")
(define-public smb4k
(package
(name "smb4k")
- (version "3.2.92")
+ (version "4.0.0")
(source
(origin
(method git-fetch)
@@ -1204,7 +1204,7 @@ remind you to take a break now and then.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0bgiqv5jwyk68wa32yiqyl4vxcnpk3p0iw7xlsihcn4i599zwmpq"))))
+ (base32 "0v6h18pla0cx36arka9jy77n5p0chd1xgdgia5xjryzpsc66ddpx"))))
(build-system qt-build-system)
(arguments (list
#:qtbase qtbase