guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: bedops: Update to 2.4.14.


From: Ricardo Wurmus
Subject: 01/01: gnu: bedops: Update to 2.4.14.
Date: Wed, 17 Jun 2015 12:37:37 +0000

rekado pushed a commit to branch master
in repository guix.

commit 1bbc3b1d2c0be680a902a7745dc34f43d5bc4f9c
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jun 17 14:36:32 2015 +0200

    gnu: bedops: Update to 2.4.14.
    
    * gnu/packages/bioinformatics.scm (bedops): Update to 2.4.14.
---
 gnu/packages/bioinformatics.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 0d8a6d5..53e53ac 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -87,7 +87,7 @@ BAM files.")
 (define-public bedops
   (package
     (name "bedops")
-    (version "2.4.5")
+    (version "2.4.14")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/bedops/bedops/archive/v";
@@ -95,7 +95,7 @@ BAM files.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0wmg6j0icimlrnsidaxrzf3hfgjvlkkcwvpdg7n4gg7hdv2m9ni5"))))
+                "1kqbac547wyqma81cyky9n7mkgikjpsfd3nnmcm6hpqwanqgh10v"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f



reply via email to

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