guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: trim-galore: Update to 0.6.6.


From: guix-commits
Subject: 02/02: gnu: trim-galore: Update to 0.6.6.
Date: Tue, 9 Mar 2021 05:57:39 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 133a91892315da653ec9654580942970b8e273be
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 9 11:54:09 2021 +0100

    gnu: trim-galore: Update to 0.6.6.
    
    * gnu/packages/bioinformatics.scm (trim-galore): Update to 0.6.6.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 61c9e06..8b38c7c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11028,7 +11028,7 @@ with narrow binding events such as transcription factor 
ChIP-seq.")
 (define-public trim-galore
   (package
     (name "trim-galore")
-    (version "0.6.1")
+    (version "0.6.6")
     (source
      (origin
        (method git-fetch)
@@ -11038,7 +11038,7 @@ with narrow binding events such as transcription factor 
ChIP-seq.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1y31wbxwkm9xqzr5zv1pk5q418whnmlmgmfyxxpnl12h83m2i9iv"))))
+         "0yrwg6325j4sb9vnplvl3jplzab0qdhp92wl480qjinpfq88j4rs"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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