guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: loko: Update to 0.7.0


From: guix-commits
Subject: branch master updated: gnu: loko: Update to 0.7.0
Date: Sat, 28 Nov 2020 23:16:02 -0500

This is an automated email from the git hooks/post-receive script.

kkebreau pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4035278  gnu: loko: Update to 0.7.0
4035278 is described below

commit 40352788ded612d689cf414952f279532fab0375
Author: Martin Becze <mjbecze@riseup.net>
AuthorDate: Fri Nov 27 08:54:44 2020 -0600

    gnu: loko: Update to 0.7.0
    
    * gnu/packages/loko.scm (loko-scheme): Update to 0.7.0
    
    Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
---
 gnu/packages/loko.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/loko.scm b/gnu/packages/loko.scm
index f669987..ef9312a 100644
--- a/gnu/packages/loko.scm
+++ b/gnu/packages/loko.scm
@@ -29,7 +29,7 @@
 (define-public loko-scheme
   (package
     (name "loko-scheme")
-    (version "0.6.0")
+    (version "0.7.0")
     (source
      (origin
        (method git-fetch)
@@ -37,11 +37,11 @@
              (url "https://gitlab.com/weinholt/loko";)
              (commit (string-append "v" version))))
        (sha256
-        (base32 "019jlh3lywy912cfz689c9fxgf4bi5700i9k04g7sl5w5gchj36m"))
+        (base32 "1441aarw3vy14zdxyab495ag2fch04v4j89krhbqnqfkz6mdi0vy"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
-     `(;; r7rs tests are still failing as of 0.6.0.
+     `(;; r7rs tests are a work in progress as of 0.7.0.
        #:tests? #f
        #:strip-binaries? #f
        #:make-flags



reply via email to

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