This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 4434e26772 gnu: tipp10: Update to 3.3.4.
4434e26772 is described below
commit 4434e2677248e315db8265d18dcf27de775c2b32
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Aug 16 22:03:14 2025 +0200
gnu: tipp10: Update to 3.3.4.
* gnu/packages/education.scm (tipp10): Update to 3.3.4.
Change-Id: Ic0c70a0ff3b0ddcec8a50c5a3a041321a036ec15
---
gnu/packages/education.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 3b61044109..0e03219d27 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