gnu: deeptools: Update to 3.1.3.

* gnu/packages/bioinformatics.scm (deeptools): Update to 3.1.3.
master
Ricardo Wurmus 2018-10-21 13:52:27 +02:00
parent e6b65bd219
commit 4d494a4fa3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

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