[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/32: gnu: emacs-eshell-up: Update to 0.0.4.
From: |
guix-commits |
Subject: |
13/32: gnu: emacs-eshell-up: Update to 0.0.4. |
Date: |
Sun, 17 Mar 2024 18:51:40 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit bb819e37e0d3efd55ffe3fbed1e0c3669548938e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 17 22:47:33 2024 +0100
gnu: emacs-eshell-up: Update to 0.0.4.
* gnu/packages/emacs-xyz.scm (emacs-eshell-up): Update to 0.0.4.
Change-Id: Ic1bada9bb60b3e687a98851e13f68f2e85c3025f
---
gnu/packages/emacs-xyz.scm | 41 +++++++++++++++++++----------------------
1 file changed, 19 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b3122d4d3e..356299d19d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31525,28 +31525,25 @@ functions for Fish shell scripts.")
(license license:gpl3+)))
(define-public emacs-eshell-up
- (let ((commit "9c100bae5c3020e8d9307e4332d3b64e7dc28519")
- (version "0.0.3")
- (revision "12"))
- (package
- (name "emacs-eshell-up")
- (version (git-version version revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/peterwvj/eshell-up")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "00zdbcncjabgj5mp47l1chymx5na18v2g4kj730dgmj3rnl3iz2q"))))
- (build-system emacs-build-system)
- (home-page "https://github.com/peterwvj/eshell-up")
- (synopsis "Quickly go to a parent directory in @code{Eshell}")
- (description "This package provides quick navigation to a specific
-parent directory using @code{Eshell}.")
- (license license:gpl3+))))
+ (package
+ (name "emacs-eshell-up")
+ (version "0.0.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/peterwvj/eshell-up")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0kdqbnapgdk6p4sid9yjlk16sps2qq3xyh7j0jljn0c25qhqbw21"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/peterwvj/eshell-up")
+ (synopsis "Quickly go to a parent directory in Eshell")
+ (description "This package provides quick navigation to a specific parent
+directory using Eshell.")
+ (license license:gpl3+)))
(define-public emacs-springboard
;; Upstream provides no tag. Using the latest commit. Version is extracted
- 20/32: gnu: emacs-mastodon: Update to 1.0.18., (continued)
- 20/32: gnu: emacs-mastodon: Update to 1.0.18., guix-commits, 2024/03/17
- 28/32: gnu: emacs-prescient: Update to 6.3., guix-commits, 2024/03/17
- 30/32: gnu: emacs-tablist: Update to 1.1., guix-commits, 2024/03/17
- 10/32: gnu: emacs-ebuild-mode: Update to 1.70., guix-commits, 2024/03/17
- 19/32: gnu: emacs-key-chord: Update to 0.7., guix-commits, 2024/03/17
- 24/32: gnu: emacs-org: Update to 9.6.21., guix-commits, 2024/03/17
- 25/32: gnu: emacs-org-ql: Update to 0.8.5., guix-commits, 2024/03/17
- 31/32: gnu: emacs-visual-fill-column: Update to 2.6.2., guix-commits, 2024/03/17
- 27/32: gnu: emacs-pg: Update to 0.30., guix-commits, 2024/03/17
- 32/32: gnu: emacs-yeetube: Update to 2.1.4., guix-commits, 2024/03/17
- 13/32: gnu: emacs-eshell-up: Update to 0.0.4.,
guix-commits <=
- 18/32: gnu: emacs-json-mode: Update to 1.9.1., guix-commits, 2024/03/17
- 21/32: gnu: emacs-mini-echo: Update to 0.8.0., guix-commits, 2024/03/17
- 22/32: gnu: emacs-modus-themes: Update to 4.4.0., guix-commits, 2024/03/17
- 26/32: gnu: emacs-ox-tufte: Update to 4.1.1., guix-commits, 2024/03/17
- 29/32: gnu: emacs-robe: Update to 0.8.4., guix-commits, 2024/03/17