mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: emacs-julia-snail: Update to 1.2.3.
* gnu/packages/emacs-xyz.scm (emacs-julia-snail): Update to 1.2.3.
This commit is contained in:
parent
c5ca5a7a60
commit
7f3b9bc429
1 changed files with 2 additions and 2 deletions
|
@ -12946,7 +12946,7 @@ (define-public emacs-julia-repl
|
|||
(define-public emacs-julia-snail
|
||||
(package
|
||||
(name "emacs-julia-snail")
|
||||
(version "1.2.2")
|
||||
(version "1.2.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -12955,7 +12955,7 @@ (define-public emacs-julia-snail
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vbg97h2jvmkpyhdsra51ilimzvrqnpy8rf1bhxnnb54p2cgkpsr"))))
|
||||
"07dj788hdfskn2k400q2fcfh18w7gflfrc5zqg8bqflhv755m30k"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue