[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-solidity: Fix version.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-solidity: Fix version. |
Date: |
Thu, 05 Nov 2020 17:28:31 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 31200d8 gnu: emacs-solidity: Fix version.
31200d8 is described below
commit 31200d8b052641788207455996e2d562772f9dd6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Nov 5 23:27:19 2020 +0100
gnu: emacs-solidity: Fix version.
* gnu/packages/emacs-xyz.scm (emacs-solidity): Fix version since the commit
used does not match a version bump.
---
gnu/packages/emacs-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 499c416..47657c9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -966,10 +966,11 @@ from within Emacs.")
(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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-solidity: Fix version.,
guix-commits <=