guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

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