guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: tinyscheme: Update to 1.42.


From: guix-commits
Subject: 04/05: gnu: tinyscheme: Update to 1.42.
Date: Mon, 19 Oct 2020 15:44:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fcad8025fc3af24ee797f74e2e081475ca9aa40a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Oct 19 20:49:28 2020 +0200

    gnu: tinyscheme: Update to 1.42.
    
    * gnu/packages/scheme.scm (tinyscheme): Update to 1.42.
---
 gnu/packages/scheme.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index f787b5e..1327d8b 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -815,14 +815,14 @@ linked with a SCM executable.")
 (define-public tinyscheme
   (package
     (name "tinyscheme")
-    (version "1.41")
+    (version "1.42")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/" name "/" name "/"
                                   name "-" version "/" name "-" version 
".zip"))
               (sha256
                (base32
-                "0yqma4jrjgj95f3hf30h542x97n8ah234n19yklbqq0phfsa08wf"))))
+                "0rik3qnxqd8wjlazx8rw996pfzkjjg60v6hcbpcqzi7rgml8q4n8"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("unzip" ,unzip)))



reply via email to

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