guix-commits
[Top][All Lists]
Advanced

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

27/44: gnu: emacs-inheritenv: Update to 0.2.


From: guix-commits
Subject: 27/44: gnu: emacs-inheritenv: Update to 0.2.
Date: Fri, 1 Sep 2023 16:23:08 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 2aa63ac25b05945e08167a46b45795b3bbfc96c2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 1 21:51:16 2023 +0200

    gnu: emacs-inheritenv: Update to 0.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-inheritenv): Update to 0.2.
---
 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 ea15273624..2306c6928b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20159,7 +20159,7 @@ and performs syntax checks on them.")
 (define-public emacs-inheritenv
   (package
     (name "emacs-inheritenv")
-    (version "0.1")
+    (version "0.2")
     (source
      (origin
        (method git-fetch)
@@ -20168,7 +20168,7 @@ and performs syntax checks on them.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ygzf70vfb7qwpsllcq5i3brprsnx3sxy2zng02mzwrr5jkx4ypc"))))
+        (base32 "04na9m3z3k94jjqcqps95xcmvjklnddhli2xaac16m4ackw2wv9b"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/purcell/inheritenv/releases";)
     (synopsis "Emacs temp buffers inherit buffer-local environment variables")



reply via email to

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