[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/19: gnu: bioperl-minimal: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
14/19: gnu: bioperl-minimal: Don't use unstable tarball. |
Date: |
Mon, 25 Nov 2019 07:08:55 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 8b1fd3cafd9c3040d098ff538a233bf7dc43b397
Author: Efraim Flashner <address@hidden>
Date: Sun Nov 24 23:48:44 2019 +0200
gnu: bioperl-minimal: Don't use unstable tarball.
* gnu/packages/bioinformatics.scm (bioperl-minimal)[source]: Download
using git-fetch.
---
gnu/packages/bioinformatics.scm | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 511146b..beb442e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -983,16 +983,17 @@ e.g. microbiome samples, genomes, metagenomes.")
(version "1.7.0")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/bioperl/bioperl-live/"
- "archive/release-"
- (string-map (lambda (c)
- (if (char=? c #\.)
- #\- c)) version)
- ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/bioperl/bioperl-live")
+ (commit (string-append "release-"
+ (string-map (lambda (c)
+ (if (char=? c #\.)
+ #\- c)) version)))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "12phgpxwgkqflkwfb9dcqg7a31dpjlfhar8wcgv0aj5ln4akfz06"))))
+ "0wl8yvzcls59pwwk6m8ahy87pwg6nnibzy5cldbvmcwg2x2w7783"))))
(build-system perl-build-system)
(arguments
`(#:phases
- branch master updated (8e77da0 -> aca2bf5), guix-commits, 2019/11/25
- 11/19: gnu: unshield: Don't use unstable tarball., guix-commits, 2019/11/25
- 15/19: gnu: coq-bignums: Don't use unstable tarball., guix-commits, 2019/11/25
- 14/19: gnu: bioperl-minimal: Don't use unstable tarball.,
guix-commits <=
- 13/19: gnu: innoextract: Update to 1.8., guix-commits, 2019/11/25
- 17/19: gnu: libdivsufsort: Move to datastructures.scm., guix-commits, 2019/11/25
- 12/19: gnu: innoextract: Don't use unstable tarball., guix-commits, 2019/11/25
- 19/19: gnu: sdsl-lite: Don't use bundled libraries., guix-commits, 2019/11/25
- 18/19: gnu: sdsl-lite: Remove unused inputs., guix-commits, 2019/11/25
- 16/19: gnu: Add boost-static., guix-commits, 2019/11/25
- 10/19: gnu: snappy: Don't use unstable tarball., guix-commits, 2019/11/25
- 07/19: gnu: sparsehash: Don't use unstable tarball., guix-commits, 2019/11/25
- 05/19: gnu: imlib2: Update to 1.6.0., guix-commits, 2019/11/25
- 03/19: gnu: gnunet-gtk: Update to 0.11.7., guix-commits, 2019/11/25