guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: emacs-no-littering: Update to 1.2.6.


From: guix-commits
Subject: 06/07: gnu: emacs-no-littering: Update to 1.2.6.
Date: Tue, 8 Mar 2022 17:58:18 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 60657fa69cebb43d6129e062e054ffddafd75f07
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Mar 8 23:52:58 2022 +0100

    gnu: emacs-no-littering: Update to 1.2.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.2.6.
---
 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 d05bdd325e..5e0c5bd5da 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28841,7 +28841,7 @@ launching other commands/applications from within 
Emacs, similar to the
 (define-public emacs-no-littering
   (package
     (name "emacs-no-littering")
-    (version "1.2.5")
+    (version "1.2.6")
     (source
      (origin
        (method git-fetch)
@@ -28850,7 +28850,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 "0rf05lfmr77yq7xqz1nd4bji6d2cipb3hd5ap9lrk6jiv7f72dr2"))))
+        (base32 "1098wm46gi15pzh065fpxfjf8lr7jf2sg48yy9yzdi0dwdyz6l4c"))))
     (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]