guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gcompris-qt: Update to 1.1.


From: guix-commits
Subject: 01/02: gnu: gcompris-qt: Update to 1.1.
Date: Tue, 10 Aug 2021 09:42:41 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit edbf8272c0fb86729254a018b49f7313c2fcf55c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Aug 10 16:32:53 2021 +0300

    gnu: gcompris-qt: Update to 1.1.
    
    * gnu/packages/education.scm (gcompris-qt): Update to 1.1.
---
 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 2f38598..955ab92 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



reply via email to

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