guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-no-littering: Update to 1.2.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-no-littering: Update to 1.2.1.
Date: Thu, 18 Feb 2021 10:34:12 -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 c587681  gnu: emacs-no-littering: Update to 1.2.1.
c587681 is described below

commit c5876817220d52c9ef5611982c541647b56c9ffd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 18 16:33:32 2021 +0100

    gnu: emacs-no-littering: Update to 1.2.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.2.1.
    [synopsis]: Use appropriate Texinfo syntax.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3688903..cb2a5dc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25599,7 +25599,7 @@ launching other commands/applications from within 
Emacs, similar to the
 (define-public emacs-no-littering
   (package
     (name "emacs-no-littering")
-    (version "1.2.0")
+    (version "1.2.1")
     (source
      (origin
        (method git-fetch)
@@ -25608,10 +25608,10 @@ launching other commands/applications from within 
Emacs, similar to the
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1hma9var0nmrmjlh16s49hbfc1s4jvfd2prqxf14lxfd51404niw"))))
+        (base32 "00chkzpjcdll907vpzfzmf9p3jprisnr8i0h1x5gixidwbfc2whi"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/emacscollective/no-littering";)
-    (synopsis "Help keep ~/.emacs.d/ clean")
+    (synopsis "Help keep @file{~/.emacs.d/} clean")
     (description "The default paths used to store configuration files and
 persistent data are not consistent across Emacs packages, be them built-in or
 third-party ones.  @code{no-littering} sets out to help clean



reply via email to

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