diff options
Diffstat (limited to 'gnu/packages/kde-utils.scm')
| -rw-r--r-- | gnu/packages/kde-utils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm index c3014f67bb8..5cf663ce481 100644 --- a/gnu/packages/kde-utils.scm +++ b/gnu/packages/kde-utils.scm | |||
| @@ -831,14 +831,14 @@ conversions between European currencies.") | |||
| 831 | (define-public keysmith | 831 | (define-public keysmith |
| 832 | (package | 832 | (package |
| 833 | (name "keysmith") | 833 | (name "keysmith") |
| 834 | (version "25.12.3") | 834 | (version "26.04.1") |
| 835 | (source (origin | 835 | (source (origin |
| 836 | (method url-fetch) | 836 | (method url-fetch) |
| 837 | (uri (string-append "mirror://kde/stable/release-service/" | 837 | (uri (string-append "mirror://kde/stable/release-service/" |
| 838 | version "/src/keysmith-" version ".tar.xz")) | 838 | version "/src/keysmith-" version ".tar.xz")) |
| 839 | (sha256 | 839 | (sha256 |
| 840 | (base32 | 840 | (base32 |
| 841 | "1m52klqwisq49z3fn7r7y86xxr8syya3lscaw1d27h5yr9vxbg71")))) | 841 | "06xj78w9cs562hgwydfn1qd66hwczav4z8jh0cazp7k523srvvp5")))) |
| 842 | (build-system qt-build-system) | 842 | (build-system qt-build-system) |
| 843 | (native-inputs (list extra-cmake-modules pkg-config python-minimal)) | 843 | (native-inputs (list extra-cmake-modules pkg-config python-minimal)) |
| 844 | (inputs (list kconfig | 844 | (inputs (list kconfig |
