Archived
1
0
Fork 0

gnu: emacs-julia-snail: Update to 1.1.5.

* gnu/packages/emacs-xyz.scm (emacs-julia-snail): Update to 1.1.5.
This commit is contained in:
Nicolas Goaziou 2022-02-18 20:45:40 +01:00
parent 27a91b2f57
commit e2d1fc6488
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10161,7 +10161,7 @@ mode with the package emacs-julia-mode.")
(define-public emacs-julia-snail
(package
(name "emacs-julia-snail")
(version "1.1.4")
(version "1.1.5")
(source (origin
(method git-fetch)
(uri (git-reference
@ -10170,7 +10170,7 @@ mode with the package emacs-julia-mode.")
(file-name (git-file-name name version))
(sha256
(base32
"11spibld7dyggr38hzkrd05lmdf847d57cc9qyk01mb3bli21vxd"))))
"04nh37izz04lxkvkxhsig8khbrrgdl4p6pkjsv5bxymnp84zwlw7"))))
(build-system emacs-build-system)
(arguments
`(#:include (cons "^JuliaSnail\\.jl" %default-include)))