[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/13: gnu: cowsay: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
01/13: gnu: cowsay: Don't use unstable tarball. |
Date: |
Wed, 20 Nov 2019 03:08:18 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 7afb97fdb5d92d30eebc9e9d6f18b83e98b5c813
Author: Efraim Flashner <address@hidden>
Date: Tue Nov 19 17:12:54 2019 +0200
gnu: cowsay: Don't use unstable tarball.
* gnu/packages/games.scm (cowsay)[source]: Download using git-fetch.
---
gnu/packages/games.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 28314f5..893fb7e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -463,13 +463,14 @@ want what you have.")
(name "cowsay")
(version "3.04")
(source (origin
- (method url-fetch)
- (uri (string-append "https://github.com/tnalpgge/"
- "rank-amateur-cowsay/archive/"
- "cowsay-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url
"https://github.com/tnalpgge/rank-amateur-cowsay.git")
+ (commit (string-append name "-" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "12w7apbf6a9qffk92r32b16w22na2fjcqbl32rn0n7zw5hrp3f6q"))))
+ "06455kq37hvq1xb7adyiwrx0djs50arsxvjgixyxks16lm1rlc7n"))))
(build-system gnu-build-system)
(arguments
`(#:phases
- branch master updated (caa1f6a -> 8c7453c), guix-commits, 2019/11/20
- 02/13: gnu: teensy-loader-cli: Don't use unstable tarball., guix-commits, 2019/11/20
- 08/13: gnu: hoedown: Don't use unstable tarball., guix-commits, 2019/11/20
- 07/13: gnu: uefitool: Update to 0.26.0., guix-commits, 2019/11/20
- 09/13: gnu: cmark: Don't use unstable tarball., guix-commits, 2019/11/20
- 10/13: gnu: cmark: Update to 0.29.0., guix-commits, 2019/11/20
- 03/13: gnu: heimdall: Don't use unstable tarball., guix-commits, 2019/11/20
- 01/13: gnu: cowsay: Don't use unstable tarball.,
guix-commits <=
- 05/13: gnu: me-cleaner: Don't use unstable tarball., guix-commits, 2019/11/20
- 06/13: gnu: uefitool: Don't use unstable tarball., guix-commits, 2019/11/20
- 04/13: gnu: heimdall: Download from new upstream source., guix-commits, 2019/11/20
- 11/13: gnu: laby: Don't use unstable tarball., guix-commits, 2019/11/20
- 13/13: gnu: Register python-3.8 patches., guix-commits, 2019/11/20
- 12/13: gnu: the-butterfly-effect: Don't use unstable tarball., guix-commits, 2019/11/20