guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

78/203: gnu: emacs-gntp: Don't use unstable tarball.


From: guix-commits
Subject: 78/203: gnu: emacs-gntp: Don't use unstable tarball.
Date: Wed, 10 Apr 2019 14:57:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ecf940ea3eb47ebd1a66b0b9a8149e16f4e8b5b3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 8 23:23:40 2019 +0200

    gnu: emacs-gntp: Don't use unstable tarball.
    
    * gnu/packages/emacs-xyz.scm (emacs-gntp)[source]: Use GIT-FETCH and
    GIT-FILE-NAME.
---
 gnu/packages/emacs-xyz.scm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2e43411..c48c21d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6001,14 +6001,13 @@ you to deal with multiple log levels.")
     (version "0.1")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append
-             "https://github.com/tekai/gntp.el/archive/v";
-             version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/tekai/gntp.el.git";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32
-         "16c1dfkia9yhl206bdhjr3b8kfvqcqr38jl5lq8qsyrrzsnmghny"))))
+        (base32 "1nvyjjjydrimpxy4cpg90si7sr8lmldbhlcm2mx8npklp9pn5y3a"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/tekai/gntp.el";)
     (synopsis "Growl Notification Protocol for Emacs")



reply via email to

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