diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-08-16 22:03:14 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-16 22:03:14 +0200 |
| commit | 4434e2677248e315db8265d18dcf27de775c2b32 (patch) | |
| tree | c4d7e0d70e2ad751d44f5df7a75c3510e5242d4c /gnu | |
| parent | ac9c4da0581342bec3fa47a38130ebaabc3735f7 (diff) | |
gnu: tipp10: Update to 3.3.4.
* gnu/packages/education.scm (tipp10): Update to 3.3.4.
Change-Id: Ic0c70a0ff3b0ddcec8a50c5a3a041321a036ec15
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/education.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index 3b610441098..0e03219d276 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm @@ -336,7 +336,7 @@ frequently used words in American English.") (define-public tipp10 (package (name "tipp10") - (version "3.3.0") + (version "3.3.4") (source (origin (method git-fetch) ;; Use the community maintained Qt 6 fork of the project, as the @@ -348,7 +348,7 @@ frequently used words in American English.") (file-name (git-file-name name version)) (sha256 (base32 - "138xf55csnq53mlkhj50g9bacay8kxz6p9vnzd7jyv6rq1xch5nq")))) + "1a6swdzf15jrqafwzv7grkdcl4a4nhpm8b8lh6br0djxkzqzx45b")))) (build-system qt-build-system) (arguments (list #:qtbase qtbase ;qtbase 6 #:tests? #f)) ;packages has no tests |
