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


From: guix-commits
Subject: branch master updated: gnu: emacs-no-littering: Update to 1.2.7.
Date: Mon, 11 Jul 2022 05:53:44 -0400

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 52abf14312 gnu: emacs-no-littering: Update to 1.2.7.
52abf14312 is described below

commit 52abf14312cd0f04239ec4201f3bc7a7f003c819
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 11 11:53:03 2022 +0200

    gnu: emacs-no-littering: Update to 1.2.7.
    
    * gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.2.7.
---
 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 f381d0757e..ba54ed2c47 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29585,7 +29585,7 @@ launching other commands/applications from within 
Emacs, similar to the
 (define-public emacs-no-littering
   (package
     (name "emacs-no-littering")
-    (version "1.2.6")
+    (version "1.2.7")
     (source
      (origin
        (method git-fetch)
@@ -29594,7 +29594,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 "1098wm46gi15pzh065fpxfjf8lr7jf2sg48yy9yzdi0dwdyz6l4c"))))
+        (base32 "1grc5fk7ng4d6i8fwfpm3cb2b19s9sbdjbdn8ybchk7cj45kkl24"))))
     (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]