diff options
| author | Sughosha <sughosha@disroot.org> | 2026-05-08 06:08:35 +0530 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-28 17:20:46 +0200 |
| commit | f22ca945f3fec50ae03732ee4db555ad5c9174b0 (patch) | |
| tree | 49f4674321785ee026f6489a4db0815d319d9c76 | |
| parent | 76e8d9f72a0ae2c4e9f8c31cc61b23ab69481836 (diff) | |
gnu: keysmith: Update to 26.04.1.
* gnu/packages/kde-utils.scm (keysmith): Update to 26.04.1.
Change-Id: I3aa35a113f8621bd45e505eb8cdec00377c19aaa
| -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 |
