guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: klavaro: Update to 3.11.


From: guix-commits
Subject: 02/03: gnu: klavaro: Update to 3.11.
Date: Wed, 26 Aug 2020 00:25:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 492e07ea6a19c644a72fca08a7b071d313f5843f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 25 20:51:03 2020 +0200

    gnu: klavaro: Update to 3.11.
    
    * gnu/packages/education.scm (klavaro): Update to 3.11.
---
 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 d578361..ed1401c 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -651,14 +651,14 @@ hours.")
 (define-public klavaro
   (package
     (name "klavaro")
-    (version "3.10")
+    (version "3.11")
     (source
       (origin
         (method url-fetch)
         (uri (string-append "mirror://sourceforge/klavaro/klavaro-"
                             version ".tar.bz2"))
         (sha256
-         (base32 "0jnzdrndiq6m0bwgid977z5ghp4q61clwdlzfpx4fd2ml5x3iq95"))))
+         (base32 "1rkxaqb62w4mv86fcnmr32lq6y0h4hh92wmsy5ddb9a8jnzx6r7w"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)



reply via email to

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