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

* gnu/packages/emacs-xyz.scm (emacs-wordgen)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-08 23:40:52 +02:00
parent f903fa46ee
commit 6b746c89ac
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 6 deletions

View File

@ -11171,13 +11171,13 @@ bookmarks and history.")
(version "0.1.4") (version "0.1.4")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/Fanael/wordgen.el/archive/" (uri (git-reference
version ".tar.gz")) (url "https://github.com/Fanael/wordgen.el.git")
(file-name (string-append name "-" version ".tar.gz")) (commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "06vbc9ycz1nbjwjkg99y3lj6jwb6lnwnmkqf09yr00jjrrfhfash"))))
"1h2iyixdm49h53pwj9ics9gb9h3g6wa4hainpnjg6mfarf49jkmg"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/Fanael/wordgen.el") (home-page "https://github.com/Fanael/wordgen.el")
(synopsis "Random word generator") (synopsis "Random word generator")