mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: emacs-solidity: Fix version.
* gnu/packages/emacs-xyz.scm (emacs-solidity): Fix version since the commit used does not match a version bump.
This commit is contained in:
parent
40bf42121f
commit
31200d8b05
1 changed files with 3 additions and 2 deletions
|
@ -966,10 +966,11 @@ (define-public emacs-shroud
|
|||
|
||||
(define-public emacs-solidity
|
||||
;; This commit fixes a spacing issue and adds new keywords.
|
||||
(let ((commit "d166a86b83907e0cfd64c191e9dfce4b44a9843e"))
|
||||
(let ((commit "d166a86b83907e0cfd64c191e9dfce4b44a9843e")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-solidity")
|
||||
(version "0.1.10")
|
||||
(version (git-version "0.1.10" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
Loading…
Reference in a new issue