mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Update guile-syntax-highlight to 0.2.0.
* gnu/packages/guile-xyz.scm (guile-syntax-highlight): Update to 0.2.0.
This commit is contained in:
parent
1dd8359fa2
commit
22ffa5e00a
1 changed files with 2 additions and 10 deletions
|
@ -934,7 +934,7 @@ that augment Guile's support for handling files and their names.")
|
||||||
(define-public guile-syntax-highlight
|
(define-public guile-syntax-highlight
|
||||||
(package
|
(package
|
||||||
(name "guile-syntax-highlight")
|
(name "guile-syntax-highlight")
|
||||||
(version "0.1")
|
(version "0.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://files.dthompson.us/"
|
(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"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p771kq15x83483m23bhah1sz6vkalg3drm7x279f4j1cxligkzi"))
|
"0q4nz10l66hx1lyf83qyhkkz1bi6i860662a7kslc4d61w08qnk9"))))
|
||||||
(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))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue