mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: emacs-shell-command: Update source.
* gnu/packages/emacs-xyz.scm (emacs-shell-command+)[source]: Update URL. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
97c1055f6a
commit
7f6869c434
1 changed files with 1 additions and 1 deletions
|
@ -28526,7 +28526,7 @@ (define-public emacs-shell-command+
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.sr.ht/~zge/bang")
|
(url "https://git.sr.ht/~pkal/shell-command-plus")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Loading…
Reference in a new issue