guix-commits
[Top][All Lists]
Advanced

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

194/203: gnu: emacs-wordgen: Don't use unstable tarball.


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

nckx pushed a commit to branch master
in repository guix.

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

    gnu: emacs-wordgen: Don't use unstable tarball.
    
    * gnu/packages/emacs-xyz.scm (emacs-wordgen)[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 b6c492e..54bd989 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11171,13 +11171,13 @@ bookmarks and history.")
     (version "0.1.4")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/Fanael/wordgen.el/archive/";
-                           version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/Fanael/wordgen.el.git";)
+             (commit version)))
+       (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1h2iyixdm49h53pwj9ics9gb9h3g6wa4hainpnjg6mfarf49jkmg"))))
+        (base32 "06vbc9ycz1nbjwjkg99y3lj6jwb6lnwnmkqf09yr00jjrrfhfash"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/Fanael/wordgen.el";)
     (synopsis "Random word generator")



reply via email to

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