guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-psc-ide: Add a comment about versionin


From: guix-commits
Subject: branch master updated: gnu: emacs-psc-ide: Add a comment about versioning.
Date: Sun, 12 Apr 2020 05:07:17 -0400

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 4b238cd  gnu: emacs-psc-ide: Add a comment about versioning.
4b238cd is described below

commit 4b238cd853db3851793784fdcfcbf678d3d60a60
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sun Apr 12 11:06:29 2020 +0200

    gnu: emacs-psc-ide: Add a comment about versioning.
    
    * gnu/packages/emacs-xyz.scm (emacs-psc-ide): Add a comment about 
versioning.
---
 gnu/packages/emacs-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8d07290..70aea93 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]