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


From: guix-commits
Subject: branch master updated: gnu: emacs-no-littering: Update to 1.2.5.
Date: Sat, 12 Feb 2022 04:44:46 -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 cff39c76d6 gnu: emacs-no-littering: Update to 1.2.5.
cff39c76d6 is described below

commit cff39c76d6ae60dfc7e52977ea2574d9cd162a96
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Feb 12 10:43:53 2022 +0100

    gnu: emacs-no-littering: Update to 1.2.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.2.5.
---
 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 13534b6abc..9d15ded435 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28671,7 +28671,7 @@ launching other commands/applications from within 
Emacs, similar to the
 (define-public emacs-no-littering
   (package
     (name "emacs-no-littering")
-    (version "1.2.4")
+    (version "1.2.5")
     (source
      (origin
        (method git-fetch)
@@ -28680,7 +28680,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 "1gk1l5zk5r8alnzfbfsck5gxcwr55k04rd08sxmb4j9jds6w6zyv"))))
+        (base32 "0rf05lfmr77yq7xqz1nd4bji6d2cipb3hd5ap9lrk6jiv7f72dr2"))))
     (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]