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

guix_mirror_bot pushed a commit to branch master
in repository guix.

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

commit c10c306737873c8dbeb8ce64cb575b46007bba24
Author: Josep Bigorra <[email protected]>
AuthorDate: Tue Nov 11 21:52:58 2025 +0100

    gnu: guile-hygguile: Update to 2.0.21.
    
    * gnu/packages/guile-xyz.scm (guile-hygguile): Update to 2.0.21.
    [description]: Update description.
    
    Change-Id: I65ffb4fc42e2bfc79de08d8914d577ffd1dff712
    Signed-off-by: jgart <[email protected]>
---
 gnu/packages/guile-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index ba6f537a9a..67281b6381 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -7130,7 +7130,7 @@ The resulting QR codes can be rendered to ASCII art 
strings or to PNG images (us
 (define-public guile-hygguile
   (package
     (name "guile-hygguile")
-    (version "1.0.5")
+    (version "2.0.21")
     (source
      (origin
        (method git-fetch)
@@ -7139,7 +7139,7 @@ The resulting QR codes can be rendered to ASCII art 
strings or to PNG images (us
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0iwgbb2ym15l0iz91ycd7ikf42jnhdnzs786d9dc1p2d0fr2l962"))))
+        (base32 "04fpf46ibjb4x2qpzgwdhnjh7cjvzvn5fry0j4macdijhbwd59yf"))))
     (build-system guile-build-system)
     (native-inputs (list guile-3.0))
     (arguments
@@ -7150,7 +7150,7 @@ The resulting QR codes can be rendered to ASCII art 
strings or to PNG images (us
     (description
      "Hygguile is a library that allows you to create cozy web user-interfaces
 using Guile Scheme, by defining an expressive @acronym{DSL, domain-specific
-language}, and by leveraging the power of S-expressions, SXML and TailwindCSS.
+language}, and by leveraging the power of S-expressions, SXML and OliveCSS.
 
 The project aims to provide reusable, professional-looking and accessible
 web components, whose names resemble the HTML counterparts, thus

Reply via email to