mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: guile-ts: Update to 0.3.0.
* gnu/packages/guile-xyz.scm (guile-ts): Update to 0.3.0. Change-Id: I7e536ce68274535ddf45072415e036551f89f494
This commit is contained in:
parent
359cb222f5
commit
dacf82c010
1 changed files with 2 additions and 2 deletions
|
@ -5184,7 +5184,7 @@ (define-public guile-torrent
|
|||
(define-public guile-ts
|
||||
(package
|
||||
(name "guile-ts")
|
||||
(version "0.2.0")
|
||||
(version "0.3.0")
|
||||
(source (origin (method git-fetch)
|
||||
(uri (git-reference
|
||||
(url
|
||||
|
@ -5193,7 +5193,7 @@ (define-public guile-ts
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1iqbr9rcpmq2f1zxxvl36ajwm81rkp38rrp42ixr4q59154r5513"))))
|
||||
"1p98mq7ik3kw7h7ki60253qxdw5qs13f1xldjp37c3s7zvhn0nac"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:make-flags #~(list "GUILE_AUTO_COMPILE=0")
|
||||
|
|
Loading…
Reference in a new issue