guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/15: gnu: gcompris-qt: Update to 0.98.


From: guix-commits
Subject: 14/15: gnu: gcompris-qt: Update to 0.98.
Date: Sun, 16 Feb 2020 23:29:46 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a5215f179359f1adcc8947a5b39a721f7674947c
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Feb 17 05:05:55 2020 +0100

    gnu: gcompris-qt: Update to 0.98.
    
    * gnu/packages/education.scm (gcompris-qt): Update to 0.98.
---
 gnu/packages/education.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 3ae1ec2..20fc9a3 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2016, 2017 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2016 Hartmut Goebel <address@hidden>
 ;;; Copyright © 2017, 2018, 2019 Efraim Flashner <address@hidden>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018, 2019, 2020 Nicolas Goaziou <address@hidden>
 ;;; Copyright © 2020 Robert Smith <address@hidden>
 ;;;
@@ -132,7 +132,7 @@ of categories with some of the activities available in that 
category.
 (define-public gcompris-qt
   (package
     (name "gcompris-qt")
-    (version "0.97")
+    (version "0.98")
     (source
      (origin
        (method url-fetch)
@@ -140,7 +140,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 "0hl3a1jjnrpnbqkpx3rl3fl86yfv503lh48djb888hplvr4nf747"))))
+        (base32 "1jmjykn0lpk0v6hs2flmch8v4da5bgxl891nav7szxw9l7aqnf4y"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]