[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: piranha: Use git-version.
From: |
guix-commits |
Subject: |
05/06: gnu: piranha: Use git-version. |
Date: |
Mon, 31 May 2021 10:11:09 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d1e1c02e2850a0fd9c06c5884c7853d511948488
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 31 16:10:00 2021 +0200
gnu: piranha: Use git-version.
* gnu/packages/bioinformatics.scm (piranha)[version]: Use git-version.
---
gnu/packages/bioinformatics.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f5a6528..1adcc68 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8258,7 +8258,7 @@ intervals (e.g. genes, sequence alignments).")
(commit "0466d364b71117d01e4471b74c514436cc281233"))
(package
(name "piranha")
- (version (string-append "1.2.1-" revision "." (string-take commit 9)))
+ (version (git-version "1.2.1" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
- branch master updated (ec543ba -> f463f37), guix-commits, 2021/05/31
- 02/06: gnu: bismark: Use git-file-name., guix-commits, 2021/05/31
- 05/06: gnu: piranha: Use git-version.,
guix-commits <=
- 06/06: gnu: bits: Use git-version and git-file-name., guix-commits, 2021/05/31
- 04/06: gnu: r-chipkernels: Use git-version and git-file-name., guix-commits, 2021/05/31
- 03/06: gnu: f-seq: Use git-version and git-file-name., guix-commits, 2021/05/31
- 01/06: gnu: filevercmp: Use git-version., guix-commits, 2021/05/31