1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-06 13:41:35 +02:00

gnu: deeptools: Update to 3.1.3.

* gnu/packages/bioinformatics.scm (deeptools): Update to 3.1.3.
This commit is contained in:
Ricardo Wurmus
2018-10-21 13:52:27 +02:00
parent e6b65bd219
commit 4d494a4fa3
+2 -2
View File
@@ -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