diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-04-12 11:06:29 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-04-12 11:06:29 +0200 |
commit | 4b238cd853db3851793784fdcfcbf678d3d60a60 (patch) | |
tree | 8e39b1475b551371b8353fb5177eb7cd0d03f684 | |
parent | 8a00a2202ef2a0a0173e17479359370f5656ecd0 (diff) |
gnu: emacs-psc-ide: Add a comment about versioning.
* gnu/packages/emacs-xyz.scm (emacs-psc-ide): Add a comment about versioning.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 8d07290089..70aea93511 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -12335,6 +12335,8 @@ and can be consulted and modified.") (license license:gpl3+))) (define-public emacs-psc-ide + ;; There is no proper release. The base version is extracted from the + ;; "Version" keyword in the main file. (let ((commit "7fc2b841be25f5bc5e1eb7d0634436181c38b3fe") (revision "1")) (package |