guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-eshell-prompt-extras: Update to 1.0.


From: guix-commits
Subject: 01/01: gnu: emacs-eshell-prompt-extras: Update to 1.0.
Date: Mon, 4 Nov 2019 08:08:52 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit af3ec370b2f5df2061b76d16554f69569b94b320
Author: Pierre Neidhardt <address@hidden>
Date:   Mon Nov 4 14:07:57 2019 +0100

    gnu: emacs-eshell-prompt-extras: Update to 1.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-eshell-prompt-extras): Update to 1.0.
---
 gnu/packages/emacs-xyz.scm | 38 ++++++++++++++++++--------------------
 1 file changed, 18 insertions(+), 20 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7704a55..4654a02 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19706,29 +19706,27 @@ variable and the @code{minibuffer-line} face.")
     (license license:gpl3+)))
 
 (define-public emacs-eshell-prompt-extras
-  (let ((commit "5a328e1b9112c7f31ce2da7cde340f96626546b6")
-        (revision "1"))
-    (package
-      (name "emacs-eshell-prompt-extras")
-      (version (git-version "0.96" revision commit))
-      (home-page "https://github.com/zwild/eshell-prompt-extras";)
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url home-page)
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32
-           "0fwlvrzjygs12dcp89wy3rb3wa03mrvbzpmpvmz4x6dfpr7csznk"))))
-      (build-system emacs-build-system)
-      (synopsis "Display extra information and color for your Eshell prompt")
-      (description "This library displays various customizable elements for
+  (package
+    (name "emacs-eshell-prompt-extras")
+    (version "1.0")
+    (home-page "https://github.com/zwild/eshell-prompt-extras";)
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url home-page)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "0gb07mns23dgqqr6qfy7d6ndizy15sqgbgfaig6k5xbjnwi02v9g"))))
+    (build-system emacs-build-system)
+    (synopsis "Display extra information and color for your Eshell prompt")
+    (description "This library displays various customizable elements for
 @code{eshell} prompts: remote user, remote host, python virtual environment
 info, git branch, git dirty info and git unpushed number.  Multiple themes are
 available.")
-      (license license:gpl3+))))
+    (license license:gpl3+)))
 
 (define-public emacs-eshell-did-you-mean
   (package



reply via email to

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