gnu: emacs-julia-snail: Update to 1.2.2.
* gnu/packages/emacs-xyz.scm (emacs-julia-snail): Update to 1.2.2.master
parent
de66238cb0
commit
7bdd76c888
|
@ -12798,7 +12798,7 @@ mode with the package emacs-julia-mode.")
|
||||||
(define-public emacs-julia-snail
|
(define-public emacs-julia-snail
|
||||||
(package
|
(package
|
||||||
(name "emacs-julia-snail")
|
(name "emacs-julia-snail")
|
||||||
(version "1.2.0")
|
(version "1.2.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -12807,7 +12807,7 @@ mode with the package emacs-julia-mode.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1m6hh041gc10dfc1q5vxrgv64s1240whc9igqjm7asmnprajdiab"))))
|
"1vbg97h2jvmkpyhdsra51ilimzvrqnpy8rf1bhxnnb54p2cgkpsr"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in New Issue