[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: filevercmp: Use git-version.
From: |
guix-commits |
Subject: |
01/06: gnu: filevercmp: Use git-version. |
Date: |
Mon, 31 May 2021 10:11:08 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit f383f9e3111c1708ee85b1acec60a1ff657c0aa6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 31 16:08:12 2021 +0200
gnu: filevercmp: Use git-version.
* gnu/packages/bioinformatics.scm (filevercmp)[version]: Use git-version;
bind
"revision" in outer let.
---
gnu/packages/bioinformatics.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 27e86b0..3ec0d0d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8347,10 +8347,11 @@ group or two ChIP groups run under different
conditions.")
(license license:gpl3+)))
(define-public filevercmp
- (let ((commit "1a9b779b93d0b244040274794d402106907b71b7"))
+ (let ((commit "1a9b779b93d0b244040274794d402106907b71b7")
+ (revision "1"))
(package
(name "filevercmp")
- (version (string-append "0-1." (string-take commit 7)))
+ (version (git-version "0" 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, 2021/05/31
- 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 <=