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.4.


From: guix-commits
Subject: branch master updated: gnu: emacs-no-littering: Update to 1.2.4.
Date: Sun, 02 Jan 2022 05:01:24 -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 738a71c286 gnu: emacs-no-littering: Update to 1.2.4.
738a71c286 is described below

commit 738a71c286e10336e92dae6169df993f1b8f4f7e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 2 11:00:34 2022 +0100

    gnu: emacs-no-littering: Update to 1.2.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.2.4.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9759eba05a..c9db7b524f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27879,7 +27879,7 @@ launching other commands/applications from within 
Emacs, similar to the
 (define-public emacs-no-littering
   (package
     (name "emacs-no-littering")
-    (version "1.2.3")
+    (version "1.2.4")
     (source
      (origin
        (method git-fetch)
@@ -27888,7 +27888,7 @@ launching other commands/applications from within 
Emacs, similar to the
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1c6nq2sykbsjy30zakfpny503644bbwgb4pxhfsd4wywj5yyzw66"))))
+        (base32 "1gk1l5zk5r8alnzfbfsck5gxcwr55k04rd08sxmb4j9jds6w6zyv"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/emacscollective/no-littering";)
     (synopsis "Help keep @file{~/.emacs.d/} clean")



reply via email to

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