guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: klavaro: Update to 3.13.


From: guix-commits
Subject: 05/10: gnu: klavaro: Update to 3.13.
Date: Thu, 10 Jun 2021 18:44:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1f34f8db12cdfb0fc12125e7e4cc490ea3cb5414
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jun 10 23:57:31 2021 +0200

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



reply via email to

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