mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: emacs-sly: Correct version number to 1.0.43.
* gnu/packages/emacs-xyz.scm (emacs-sly): Set version to 1.0.43 (upstream did not push a Git tag).
This commit is contained in:
parent
fc62833b7f
commit
e77bb9b54b
1 changed files with 1 additions and 1 deletions
|
@ -9534,7 +9534,7 @@ (define-public emacs-sly
|
|||
;; https://github.com/joaotavora/sly/issues/394.
|
||||
(package
|
||||
(name "emacs-sly")
|
||||
(version (git-version "1.0.42" "1" commit))
|
||||
(version (git-version "1.0.43" "1" commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
Loading…
Reference in a new issue