me
/
guix
Archived
1
0
Fork 0

gnu: piranha: Use git-version.

* gnu/packages/bioinformatics.scm (piranha)[version]: Use git-version.
master
Ricardo Wurmus 2021-05-31 16:10:00 +02:00
parent 8c033085cc
commit d1e1c02e28
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

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