guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: update guile-wisp to 1.0.12


From: guix-commits
Subject: branch master updated: gnu: update guile-wisp to 1.0.12
Date: Thu, 20 Jun 2024 21:53:32 -0400

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

jgart pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3f9aa2cdc7 gnu: update guile-wisp to 1.0.12
3f9aa2cdc7 is described below

commit 3f9aa2cdc7c45d739698589b8226863cf5cf0cc7
Author: Dr. Arne Babenhauserheide <arne_bab@web.de>
AuthorDate: Fri Jun 21 01:10:39 2024 +0200

    gnu: update guile-wisp to 1.0.12
    
    The next release of Guile will include wisp. Until it is released, this
    updates guile-wisp to version 1.0.12.
    
    It includes wisp2lisp operating on stdin to enable more convenient
    conversion of wisp code to regular Scheme.
    
    Best wishes,
    Arne
    
    Subject: [PATCH] gnu: update guile-wisp to 1.0.12
    
    * gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.12
    
    Change-Id: Ib5c32169c0ebd3b548852b2c6090586f441dcd6c
    Signed-off-by: jgart <jgart@dismail.de>
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 94417079c7..5ef51e27a9 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2290,7 +2290,7 @@ user which package sets would they like to install from 
it.")
 (define-public guile-wisp
   (package
     (name "guile-wisp")
-    (version "1.0.7")
+    (version "1.0.12")
     (source (origin
               (method hg-fetch)
               (uri (hg-reference
@@ -2299,7 +2299,7 @@ user which package sets would they like to install from 
it.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0fxngiy8dmryh3gx4g1q7nnamc4dpszjh130g6d0pmi12ycxd2y9"))))
+                "0m5ssl4ngk2jl1zk0fnsss0asyvwanjaa5rrcksldqnh2ikcr4bm"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)



reply via email to

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