mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: tipp10: Update to 3.3.4.
* gnu/packages/education.scm (tipp10): Update to 3.3.4. Change-Id: Ic0c70a0ff3b0ddcec8a50c5a3a041321a036ec15
This commit is contained in:
parent
ac9c4da058
commit
4434e26772
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue