gnu: toxic: Don't use unstable tarball.

* gnu/packages/messaging.scm (toxic)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-15 10:04:50 +02:00
parent 7c64cc7a5a
commit 0c273c5040
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 9 additions and 8 deletions

View File

@ -1694,13 +1694,14 @@ building the IRC clients and bots.")
(package (package
(name "toxic") (name "toxic")
(version "0.8.2") (version "0.8.2")
(source (origin (source
(method url-fetch) (origin
(uri (string-append "https://github.com/JFreegman/toxic/archive/v" (method git-fetch)
version ".tar.gz")) (uri (git-reference
(url "https://github.com/JFreegman/toxic.git")
(commit (string-append "v" version))))
(sha256 (sha256
(base32 (base32 "0fwmk945nip98m3md58y3ibjmzfq25hns3xf0bmbc6fjpww8d5p5"))
"1dx6z7k0zpsd7dpysdy23f0hnm49qlikb0mq8fg0y01dsz9vxgak"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments