guix-commits
[Top][All Lists]
Advanced

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

12/28: gnu: deeptools: Update to 3.1.3.


From: Ricardo Wurmus
Subject: 12/28: gnu: deeptools: Update to 3.1.3.
Date: Sun, 21 Oct 2018 17:06:59 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4d494a4fa3ebb2d1deacede405d0b0d8e5dbc32b
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Oct 21 13:52:27 2018 +0200

    gnu: deeptools: Update to 3.1.3.
    
    * gnu/packages/bioinformatics.scm (deeptools): Update to 3.1.3.
---
 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 60e8f6e..bc21848 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2110,7 +2110,7 @@ with Python.")
 (define-public deeptools
   (package
     (name "deeptools")
-    (version "3.1.2")
+    (version "3.1.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2119,7 +2119,7 @@ with Python.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "06fdpp6cg3xiwryxjhixvfysl4z0ps1crjgia587qa9ikqpsa7fd"))))
+                "1vggnf52g6q2vifdl4cyi7s2fnfqq0ky2zrkj5zv2qfzsc3p3siw"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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