me
/
guix
Archived
1
0
Fork 0

gnu: filevercmp: Use git-version.

* gnu/packages/bioinformatics.scm (filevercmp)[version]: Use git-version; bind
"revision" in outer let.
master
Ricardo Wurmus 2021-05-31 16:08:12 +02:00
parent ec543ba672
commit f383f9e311
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -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