[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/38: gnu: emacs-ghq: Update to 0.2.0.
From: |
guix-commits |
Subject: |
14/38: gnu: emacs-ghq: Update to 0.2.0. |
Date: |
Sun, 21 May 2023 08:55:20 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 755c8835fec9602b1bcb686f8bc28b4150ba9e3f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 21 13:15:28 2023 +0200
gnu: emacs-ghq: Update to 0.2.0.
* gnu/packages/emacs-xyz.scm (emacs-ghq): Update to 0.2.0.
[propagated-inputs]: Add EMACS-DASH, EMACS-S.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f000f1340f..0e7ff29110 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1906,7 +1906,7 @@ automatically opened with this mode.")
(define-public emacs-ghq
(package
(name "emacs-ghq")
- (version "0.1.2")
+ (version "0.2.0")
(source
(origin
(method git-fetch)
@@ -1915,10 +1915,10 @@ automatically opened with this mode.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0rh2k93c3a0vl073a3s3a3h6gkw454v1lyd7y8l3pd24vw9hc628"))))
+ (base32 "10a7rxmijwmdkfb5rgavd8inc3a45q0m57dxdf6v62bcy00kmw4l"))))
(build-system emacs-build-system)
(propagated-inputs
- (list ghq))
+ (list emacs-dash emacs-s ghq))
(home-page "https://github.com/rcoedo/emacs-ghq")
(synopsis "Emacs interface for @code{ghq} tool")
(description
- branch master updated (c15ae77bbc -> e499cb2c12), guix-commits, 2023/05/21
- 04/38: gnu: emacs-vundo: Update to 2.1.0., guix-commits, 2023/05/21
- 12/38: gnu: emacs-ement: Update to 0.9.3., guix-commits, 2023/05/21
- 07/38: gnu: emacs-editorconfig: Update to 0.10.1., guix-commits, 2023/05/21
- 11/38: gnu: emacs-elpher: Update to 3.5.0., guix-commits, 2023/05/21
- 13/38: gnu: emacs-find-file-in-project: Update to 6.2.1., guix-commits, 2023/05/21
- 14/38: gnu: emacs-ghq: Update to 0.2.0.,
guix-commits <=
- 15/38: gnu: emacs-ghq: Do not propagate ghq., guix-commits, 2023/05/21
- 16/38: gnu: emacs-ghub: Update to 3.6.0., guix-commits, 2023/05/21
- 18/38: gnu: emacs-gptel: Update to 0.3.6., guix-commits, 2023/05/21
- 03/38: gnu: emacs-excorporate: Update to 1.1.0., guix-commits, 2023/05/21
- 01/38: gnu: emacs-soap-client: Update to 3.2.3., guix-commits, 2023/05/21
- 02/38: gnu: Add emacs-url-http-oauth., guix-commits, 2023/05/21
- 06/38: gnu: emacs-beframe: Update to 0.3.0., guix-commits, 2023/05/21
- 05/38: gnu: emacs-auto-compile: Update to 1.8.0., guix-commits, 2023/05/21
- 08/38: gnu: emacs-ef-themes: Update to 1.0.0., guix-commits, 2023/05/21
- 09/38: gnu: emacs-eldev: Update to 1.4., guix-commits, 2023/05/21