diff options
author | Marius Bakke <marius@gnu.org> | 2022-07-14 02:41:58 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-07-20 16:49:40 +0200 |
commit | 66cd4c7c1f4c669386ae8739ba2d33d44355ea90 (patch) | |
tree | 9c8486864b96c79da38b88a1edcdba93f703b8ab | |
parent | 6aa648f8d6f8bc59781beacd0a84f2c640f6e005 (diff) |
gnu: smb4k: Update to 3.1.3.
* gnu/packages/kde-utils.scm (smb4k): Update to 3.1.3.
[source](uri): Remove /download part.
[source](file-name): Remove.
[inputs]: Add KDNSSD.
-rw-r--r-- | gnu/packages/kde-utils.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm index b7acf76a15..ec3470aa0a 100644 --- a/gnu/packages/kde-utils.scm +++ b/gnu/packages/kde-utils.scm @@ -496,15 +496,14 @@ remind you to take a break now and then.") (define-public smb4k (package (name "smb4k") - (version "3.0.6") + (version "3.1.3") (source (origin (method url-fetch) (uri (string-append "https://sourceforge.net/projects/smb4k/files/" - version "/smb4k-" version ".tar.xz/download")) - (file-name (string-append name "-" version ".tar.xz")) + version "/smb4k-" version ".tar.xz")) (sha256 - (base32 "0hz6nfd845bykf78s4g2qs77szl96gy6g8rpg44pqd39a0k0xbh7")))) + (base32 "0prw0aq16nz9ns4d50mc6fbaw9pbcyh8p698izylhd4i0nr1dd9d")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules kdoctools)) @@ -516,6 +515,7 @@ remind you to take a break now and then.") kcoreaddons kcrash kdbusaddons + kdnssd ki18n kiconthemes kio |