guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Update guile-syntax-highlight to 0.2.0.


From: guix-commits
Subject: branch master updated: gnu: Update guile-syntax-highlight to 0.2.0.
Date: Fri, 06 Jan 2023 10:44:17 -0500

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

davexunit pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 22ffa5e00a gnu: Update guile-syntax-highlight to 0.2.0.
22ffa5e00a is described below

commit 22ffa5e00a05f75bb3b4285cd1ede28f2e7c6325
Author: David Thompson <dthompson2@worcester.edu>
AuthorDate: Fri Jan 6 10:36:17 2023 -0500

    gnu: Update guile-syntax-highlight to 0.2.0.
    
    * gnu/packages/guile-xyz.scm (guile-syntax-highlight): Update to 0.2.0.
---
 gnu/packages/guile-xyz.scm | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 455e55ae73..29f7a07494 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -934,7 +934,7 @@ that augment Guile's support for handling files and their 
names.")
 (define-public guile-syntax-highlight
   (package
     (name "guile-syntax-highlight")
-    (version "0.1")
+    (version "0.2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://files.dthompson.us/";
@@ -943,15 +943,7 @@ that augment Guile's support for handling files and their 
names.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1p771kq15x83483m23bhah1sz6vkalg3drm7x279f4j1cxligkzi"))
-              (modules '((guix build utils)))
-              (snippet
-               '(begin
-                  ;; Allow builds with Guile 3.0.
-                  (substitute* "configure"
-                    (("2\\.2 2\\.0")
-                     "3.0 2.2 2.0"))
-                  #t))))
+                "0q4nz10l66hx1lyf83qyhkkz1bi6i860662a7kslc4d61w08qnk9"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))



reply via email to

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