diff options
Diffstat (limited to 'gnu/packages/kde-office.scm')
| -rw-r--r-- | gnu/packages/kde-office.scm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/kde-office.scm b/gnu/packages/kde-office.scm index bb2a25dabb0..38892cc2d2e 100644 --- a/gnu/packages/kde-office.scm +++ b/gnu/packages/kde-office.scm | |||
| @@ -64,15 +64,15 @@ | |||
| 64 | (define-public calligra | 64 | (define-public calligra |
| 65 | (package | 65 | (package |
| 66 | (name "calligra") | 66 | (name "calligra") |
| 67 | (version "4.0.1") | 67 | (version "26.04.3") |
| 68 | (source (origin | 68 | (source (origin |
| 69 | (method url-fetch) | 69 | (method git-fetch) |
| 70 | (uri (string-append "mirror://kde/stable/calligra/" | 70 | (uri (git-reference |
| 71 | "calligra-" version ".tar.xz")) | 71 | (url "https://invent.kde.org/office/calligra.git") |
| 72 | (commit (string-append "v" version)))) | ||
| 73 | (file-name (git-file-name name version)) | ||
| 72 | (sha256 | 74 | (sha256 |
| 73 | (base32 | 75 | (base32 "1b9yyrq307y129aaa6k4myi8xwz0pd7kzhvn2svgjcswm945w1i6")))) |
| 74 | "0pyri2ypzva4b4rnl2p3xp0ph5xcn181msj86l5xq6sg7zkza0fl")) | ||
| 75 | (patches (search-patches "calligra-qt-6.9.patch")))) | ||
| 76 | (build-system qt-build-system) | 76 | (build-system qt-build-system) |
| 77 | (arguments | 77 | (arguments |
| 78 | (list #:qtbase qtbase | 78 | (list #:qtbase qtbase |
