mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: emacs-julia-snail: Update to 1.1.4.
* gnu/packages/emacs-xyz.scm (emacs-julia-snail): Update to 1.1.4.
This commit is contained in:
parent
9be6c28dcb
commit
982bceb860
1 changed files with 2 additions and 2 deletions
|
@ -9820,7 +9820,7 @@ (define-public emacs-julia-repl
|
|||
(define-public emacs-julia-snail
|
||||
(package
|
||||
(name "emacs-julia-snail")
|
||||
(version "1.0.0rc4") ;rc5 requires CSTParser (julia package)
|
||||
(version "1.1.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -9829,7 +9829,7 @@ (define-public emacs-julia-snail
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"065ix3jycsx3wvkq7a6060i93caxisdvgxgqb1l6rq15n4qln78y"))))
|
||||
"11spibld7dyggr38hzkrd05lmdf847d57cc9qyk01mb3bli21vxd"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:include (cons "^JuliaSnail\\.jl" %default-include)))
|
||||
|
|
Loading…
Reference in a new issue