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


From: guix-commits
Subject: branch master updated: gnu: emacs-no-littering: Update to 1.5.0.
Date: Fri, 21 Jul 2023 10:16:53 -0400

This is an automated email from the git hooks/post-receive script.

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f737168a6c gnu: emacs-no-littering: Update to 1.5.0.
f737168a6c is described below

commit f737168a6c2a645cd3d0ffe4acf6969f576a85d7
Author: Ahmad Draidi <a.r.draidi@redscript.org>
AuthorDate: Thu Jul 13 21:42:49 2023 +0400

    gnu: emacs-no-littering: Update to 1.5.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.5.0.
    
    Signed-off-by: Andrew Tropin <andrew@trop.in>
---
 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 550e5d2a65..119bab2b28 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34270,7 +34270,7 @@ launching other commands/applications from within 
Emacs, similar to the
 (define-public emacs-no-littering
   (package
     (name "emacs-no-littering")
-    (version "1.4.0")
+    (version "1.5.0")
     (source
      (origin
        (method git-fetch)
@@ -34279,7 +34279,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 "1i5fcci8fg14hbd4cjb84q3mx6rfwhbwkw0g21v25dal61kw4yvb"))))
+        (base32 "14f07irjbk3akc07a0y5awyflmhsxvj8gg67y81zp90danjkgvvr"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-compat))



reply via email to

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