guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: emacs-exec-path-from-shell: Update to 1.12.


From: guix-commits
Subject: 01/05: gnu: emacs-exec-path-from-shell: Update to 1.12.
Date: Fri, 31 May 2019 04:22:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 265ee14650d0207299a8dac0b857b6412f86e0c7
Author: Brian Leung <address@hidden>
Date:   Mon May 27 21:06:46 2019 +0200

    gnu: emacs-exec-path-from-shell: Update to 1.12.
    
    * gnu/packages/emacs-xyz.scm (emacs-exec-path-from-shell): Update to 1.12.
    [source]: Use git-fetch.
    
    Signed-off-by: Ricardo Wurmus <address@hidden>
---
 gnu/packages/emacs-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1b0e623..2c56a7c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9277,16 +9277,16 @@ functionality is inherited from @code{hcl-mode}.")
 (define-public emacs-exec-path-from-shell
   (package
     (name "emacs-exec-path-from-shell")
-    (version "1.11")
+    (version "1.12")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append
-             "https://stable.melpa.org/packages/exec-path-from-shell-";
-             version ".el"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/purcell/exec-path-from-shell";)
+             (commit version)))
        (sha256
         (base32
-         "03qjgb81cq1l3j54lvlf98r75vmmgd06mj6qh5wa6mz4xzp4w26r"))))
+         "1ga8bpxngd3ph2hdiik92c612ki71qxw818i6rgx6f6a5r0sbf3p"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/purcell/exec-path-from-shell";)
     (synopsis "Get environment variables such as @var{PATH} from the shell")



reply via email to

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