[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/21: gnu: toxic: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
14/21: gnu: toxic: Don't use unstable tarball. |
Date: |
Mon, 15 Apr 2019 05:00:44 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 0c273c5040518c6f6bdfa62b95fe3cce682c0204
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 15 10:04:50 2019 +0200
gnu: toxic: Don't use unstable tarball.
* gnu/packages/messaging.scm (toxic)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/messaging.scm | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index ce18cca..f5a65d1 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1694,14 +1694,15 @@ building the IRC clients and bots.")
(package
(name "toxic")
(version "0.8.2")
- (source (origin
- (method url-fetch)
- (uri (string-append
"https://github.com/JFreegman/toxic/archive/v"
- version ".tar.gz"))
- (sha256
- (base32
- "1dx6z7k0zpsd7dpysdy23f0hnm49qlikb0mq8fg0y01dsz9vxgak"))
- (file-name (git-file-name name version))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JFreegman/toxic.git")
+ (commit (string-append "v" version))))
+ (sha256
+ (base32 "0fwmk945nip98m3md58y3ibjmzfq25hns3xf0bmbc6fjpww8d5p5"))
+ (file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no tests
- 13/21: gnu: eyed3: Update to 0.8.10., (continued)
- 13/21: gnu: eyed3: Update to 0.8.10., guix-commits, 2019/04/15
- 17/21: gnu: musl: Update to 1.1.22., guix-commits, 2019/04/15
- 04/21: gnu: libwacom: Update to 0.33., guix-commits, 2019/04/15
- 16/21: gnu: socat: Update to 1.7.3.3., guix-commits, 2019/04/15
- 15/21: gnu: toxic: Update to 0.8.3., guix-commits, 2019/04/15
- 21/21: gnu: perl-net-dns: Update to 1.20., guix-commits, 2019/04/15
- 01/21: gnu: connman: Don't use NAME in source URI., guix-commits, 2019/04/15
- 06/21: gnu: yubikey-personalization: Update to 1.19.3., guix-commits, 2019/04/15
- 09/21: gnu: meld: Update to 3.20.1., guix-commits, 2019/04/15
- 12/21: gnu: ncmpc: Update to 0.34., guix-commits, 2019/04/15
- 14/21: gnu: toxic: Don't use unstable tarball.,
guix-commits <=
- 02/21: gnu: connman: Update to 1.37., guix-commits, 2019/04/15
- 03/21: gnu: ncdc: Update to 1.21., guix-commits, 2019/04/15
- 20/21: gnu: fswatch: Update to 1.14.0., guix-commits, 2019/04/15
- 11/21: gnu: quilt: Update to 0.66., guix-commits, 2019/04/15
- 19/21: gnu: fswatch: Don't use NAME in source URI., guix-commits, 2019/04/15
- 18/21: gnu: aj-snapshot: Update to 0.9.9., guix-commits, 2019/04/15