summaryrefslogtreecommitdiff
path: root/gnu/packages/education.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-08-10 16:32:53 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-08-10 16:32:53 +0300
commitedbf8272c0fb86729254a018b49f7313c2fcf55c (patch)
tree76c9dc24a84c3270e88e369451c8be586f3ce8d0 /gnu/packages/education.scm
parent53a487e871400fa41111f5d415b639462a334706 (diff)
downloadguix-patches-edbf8272c0fb86729254a018b49f7313c2fcf55c.tar
guix-patches-edbf8272c0fb86729254a018b49f7313c2fcf55c.tar.gz
gnu: gcompris-qt: Update to 1.1.
* gnu/packages/education.scm (gcompris-qt): Update to 1.1.
Diffstat (limited to 'gnu/packages/education.scm')
-rw-r--r--gnu/packages/education.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 2f38598cab..955ab929ba 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -141,7 +141,7 @@ of categories with some of the activities available in that category.
(define-public gcompris-qt
(package
(name "gcompris-qt")
- (version "1.0")
+ (version "1.1")
(source
(origin
(method url-fetch)
@@ -149,7 +149,7 @@ of categories with some of the activities available in that category.
"https://gcompris.net/download/qt/src/gcompris-qt-"
version ".tar.xz"))
(sha256
- (base32 "08dw1q0h4qz2q0ksa5pbmb9v60hr1zv9skx6z8dlq9b1i7harnds"))))
+ (base32 "1bpjwrv83rhikbycpyfpf6dbqr0xfq6amgdpqfgfph6nzr3zka7h"))))
(build-system cmake-build-system)
(arguments
`(#:phases