[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/30: gnu: emacs-erc-hl-nicks: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
10/30: gnu: emacs-erc-hl-nicks: Don't use unstable tarball. |
Date: |
Tue, 25 Jun 2019 02:56:20 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit b27558e91ceb721f080b616c85d5a15469bbbda6
Author: Brian Leung <address@hidden>
Date: Sat Jun 15 04:29:50 2019 +0200
gnu: emacs-erc-hl-nicks: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-erc-hl-nicks)[source]: Use GIT-FETCH
and GIT-FILE-NAME.
---
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 986dd12..2cb0b1f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8640,13 +8640,13 @@ created by @code{git format-patch}, from @code{magit},
@code{dired} and
(version "1.3.3")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/leathekd/erc-hl-nicks"
- "/archive/" version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/leathekd/erc-hl-nicks")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "1a1r2kc3688g8c2ybkpwh88kgmnqhg3h3032g2yn4zr9m0n3vpkr"))))
+ (base32 "0c82rxpl5v7bbxirf1ksg06xv5xcddh8nkrpj7i6nvfarwdfnk4f"))))
(build-system emacs-build-system)
(synopsis "Nickname highlighting for Emacs ERC")
(description "@code{erc-hl-nicks} highlights nicknames in ERC, an IRC
- branch master updated (e746d1c -> b04cc2f), guix-commits, 2019/06/25
- 02/30: gnu: emacs-prescient: Update to 3.1., guix-commits, 2019/06/25
- 01/30: gnu: emacs-with-editor: Update to 2.8.3., guix-commits, 2019/06/25
- 03/30: gnu: emacs-company: Update to 0.9.10., guix-commits, 2019/06/25
- 06/30: gnu: emacs-tide: Don't use unstable tarball., guix-commits, 2019/06/25
- 04/30: gnu: emacs-nodejs-repl: Update to 0.2.1., guix-commits, 2019/06/25
- 05/30: gnu: emacs-typescript-mode: Don't use unstable tarball., guix-commits, 2019/06/25
- 07/30: gnu: emacs-wgrep: Don't use unstable tarball., guix-commits, 2019/06/25
- 11/30: gnu: emacs-evil-matchit: Update to 2.3.0., guix-commits, 2019/06/25
- 09/30: gnu: emacs-evil-surround: Update to 1.0.4., guix-commits, 2019/06/25
- 10/30: gnu: emacs-erc-hl-nicks: Don't use unstable tarball.,
guix-commits <=
- 14/30: gnu: emacs-magit-todos: Update to 1.2., guix-commits, 2019/06/25
- 18/30: gnu: Add emacs-frecency., guix-commits, 2019/06/25
- 17/30: gnu: emacs-outshine: Update to 3.0.1., guix-commits, 2019/06/25
- 22/30: gnu: Add emacs-org-ql., guix-commits, 2019/06/25
- 21/30: gnu: Add emacs-org-make-toc., guix-commits, 2019/06/25
- 29/30: gnu: emacs-alert: Update to 1.3., guix-commits, 2019/06/25
- 24/30: gnu: Add emacs-make-it-so., guix-commits, 2019/06/25
- 25/30: gnu: emacs-nix-mode: Update to 1.4.1., guix-commits, 2019/06/25
- 30/30: gnu: emacs-posframe: Update to 0.5.0., guix-commits, 2019/06/25
- 26/30: gnu: emacs-orgit: Update to 1.5.3., guix-commits, 2019/06/25