guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: f-seq: Truncate version string.


From: Ricardo Wurmus
Subject: 01/01: gnu: f-seq: Truncate version string.
Date: Thu, 12 Oct 2017 02:44:05 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c6643f2d52e3da7e800a742db03e62161e9f82e5
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Oct 12 08:42:47 2017 +0200

    gnu: f-seq: Truncate version string.
    
    * gnu/packages/bioinformatics.scm (f-seq)[version]: Truncate commit part of
    the version string.
---
 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 7bb6d3a..8116a96 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9977,7 +9977,7 @@ browser.")
         (revision "1"))
     (package
       (name "f-seq")
-      (version (string-append "1.1-" revision "." commit))
+      (version (string-append "1.1-" revision "." (string-take commit 7)))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference



reply via email to

[Prev in Thread] Current Thread [Next in Thread]