guix-commits
[Top][All Lists]
Advanced

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

05/16: gnu: emacs-exec-path-from-shell: Update to 2.1.


From: guix-commits
Subject: 05/16: gnu: emacs-exec-path-from-shell: Update to 2.1.
Date: Sat, 2 Sep 2023 17:49:00 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 14af4efae8e7ee83c951541db5aabe6201583393
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 2 22:56:47 2023 +0200

    gnu: emacs-exec-path-from-shell: Update to 2.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-exec-path-from-shell): Update to 2.1.
---
 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 0d490fd34b..3c992b46a9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21531,7 +21531,7 @@ functionality is inherited from @code{hcl-mode}.")
 (define-public emacs-exec-path-from-shell
   (package
     (name "emacs-exec-path-from-shell")
-    (version "1.12")
+    (version "2.1")
     (source
      (origin
        (method git-fetch)
@@ -21541,7 +21541,7 @@ functionality is inherited from @code{hcl-mode}.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1ga8bpxngd3ph2hdiik92c612ki71qxw818i6rgx6f6a5r0sbf3p"))))
+         "1wmr1z603wmcv8hxzxn84qxzdwmzmdm8x6f3n0x7klviq4jw6v2x"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/purcell/exec-path-from-shell";)
     (synopsis "Get environment variables such as @env{PATH} from the shell")



reply via email to

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