mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: smb4k: Update to 4.0.0.
* gnu/packages/kde-utils.scm (smb4k): Update to 4.0.0. Change-Id: I6a4c7aaf50a7aa5e73a7fbed798284e5a38efae5
This commit is contained in:
parent
55826e9c7c
commit
52cc958912
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue