guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: repeat-masker: Update to 4.1.2-


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: repeat-masker: Update to 4.1.2-p1.
Date: Thu, 09 Dec 2021 06:10:34 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 2648d32  gnu: repeat-masker: Update to 4.1.2-p1.
2648d32 is described below

commit 2648d3207ff0507c4008f5428913bb5db485d36e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 9 12:10:18 2021 +0100

    gnu: repeat-masker: Update to 4.1.2-p1.
    
    * gnu/packages/bioinformatics.scm (repeat-masker): Update to 4.1.2-p1.
---
 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 6d83a4a..ff7f081 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3295,14 +3295,14 @@ bases are detected.")
 (define-public repeat-masker
   (package
     (name "repeat-masker")
-    (version "4.1.1")
+    (version "4.1.2-p1")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.repeatmasker.org/";
                                   "RepeatMasker/RepeatMasker-"
                                   version ".tar.gz"))
               (sha256
-               (base32 
"03144sl9kh5ni2i33phi7x2pjndzbm5bjw3r4kqvmm6hxyb4k4x2"))))
+               (base32 
"15hfdfpzmdjcx7ng7rjfid69bmvgn3z9g9r43qhjnhjhq3v4prab"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #false ; there are none



reply via email to

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