GNU bug report logs -
#44902
[PATCH] gnu: loko: Update to 0.7.0
Previous Next
Reported by: Martin Becze <mjbecze <at> riseup.net>
Date: Fri, 27 Nov 2020 14:56:02 UTC
Severity: normal
Tags: patch
Done: Kei Kebreau <kkebreau <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/loko.scm (loko-scheme): Update to 0.7.0
---
gnu/packages/loko.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/loko.scm b/gnu/packages/loko.scm
index f6699877f7..737f7250fa 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,7 +37,7 @@
(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
--
2.29.2
This bug report was last modified 4 years and 175 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.