guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-ein: Appease linter.


From: guix-commits
Subject: branch master updated: gnu: emacs-ein: Appease linter.
Date: Fri, 27 Jan 2023 17:07:50 -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 b4639c0ed0 gnu: emacs-ein: Appease linter.
b4639c0ed0 is described below

commit b4639c0ed07552e143c588cf18ec85681db70d9e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jan 27 23:06:34 2023 +0100

    gnu: emacs-ein: Appease linter.
    
    * gnu/packages/emacs-xyz.scm (emacs-ein)[source]: Add proper file name.
    [description]: Add two spaces between sentences.
---
 gnu/packages/emacs-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 60430744e6..d2f219f8ec 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34370,6 +34370,7 @@ execute code split into cells according to certain 
magic comments.")
           (git-reference
            (url "https://github.com/millejoh/emacs-ipython-notebook";)
            (commit commit)))
+         (file-name (git-file-name name version))
          (sha256
           (base32
            "02392bxl0msda58cls0i79mzqjs73x39czx0mlb0sg2vxp84gy15"))))
@@ -34405,7 +34406,7 @@ execute code split into cells according to certain 
magic comments.")
        "The Emacs IPython Notebook (EIN) package provides a Jupyter Notebook
 client and integrated REPL (like SLIME) in Emacs.  EIN improves notebook
 editing by allowing you to use Emacs.  It also expose IPython features such as
-code evaluation, object inspection and code completion. These features can be
+code evaluation, object inspection and code completion.  These features can be
 accessed anywhere in Emacs and improve Python code editing and reading in
 general in Emacs.")
       (license license:gpl3+))))



reply via email to

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