me
/
guix
Archived
1
0
Fork 0

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).
master
Pierre Neidhardt 2021-01-07 16:37:04 +01:00
parent fc62833b7f
commit e77bb9b54b
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 1 additions and 1 deletions

View File

@ -9534,7 +9534,7 @@ CIDER).")
;; 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)