guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-wisp: Update to 1.0.5.


From: guix-commits
Subject: branch master updated: gnu: guile-wisp: Update to 1.0.5.
Date: Mon, 03 May 2021 12:21:46 -0400

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

leoprikler pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d94e9cb  gnu: guile-wisp: Update to 1.0.5.
d94e9cb is described below

commit d94e9cb774fee87dc642c363df70f0461a55fbd5
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Sun May 2 18:07:49 2021 +0200

    gnu: guile-wisp: Update to 1.0.5.
    
    * gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.5.
    [license]: Add license:expat and clarify conditions.
---
 gnu/packages/guile-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 8de2a31..f3fd58d 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1778,7 +1778,7 @@ user which package sets would they like to install from 
it.")
 (define-public guile-wisp
   (package
     (name "guile-wisp")
-    (version "1.0.4")
+    (version "1.0.5")
     (source (origin
               (method hg-fetch)
               (uri (hg-reference
@@ -1787,7 +1787,7 @@ user which package sets would they like to install from 
it.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0d54l2s8qsfckg0imbx40npggi6f867hn7fsy0jjsmxz4b8a3949"))))
+                "00iknn03gf421gg3061g35fbraqrkcqypkrfn10rhlgg6j0lgk67"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)
@@ -1854,7 +1854,8 @@ user which package sets would they like to install from 
it.")
     (description "Wisp is a syntax for Guile which provides a Python-like
 whitespace-significant language.  It may be easier on the eyes for some
 users and in some situations.")
-    (license license:gpl3+)))
+    (license (list license:gpl3+        ; the project as a whole
+                   license:expat))))    ; the language spec (see also SRFI 119)
 
 (define-public guile2.2-wisp
   (package



reply via email to

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