From e1c1967b548f5244a23c2ef8d881d5e8e8c50b9a Mon Sep 17 00:00:00 2001 From: t-nojiri <68096132+t-nojiri@users.noreply.github.com> Date: Sat, 31 Oct 2020 04:51:57 +0900 Subject: diamond: The version 2.0.4 file name has been changed. (#19595) * diamond: The version 2.0.4 file name has been changed. * diamond: Removed v2.0.4 URL. --- var/spack/repos/builtin/packages/diamond/package.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/var/spack/repos/builtin/packages/diamond/package.py b/var/spack/repos/builtin/packages/diamond/package.py index 59ecb7e1da..9664c3e14b 100644 --- a/var/spack/repos/builtin/packages/diamond/package.py +++ b/var/spack/repos/builtin/packages/diamond/package.py @@ -13,8 +13,7 @@ class Diamond(CMakePackage): homepage = "https://ab.inf.uni-tuebingen.de/software/diamond" url = "https://github.com/bbuchfink/diamond/archive/v0.9.14.tar.gz" - version('2.0.4', sha256='94e8fe72bdc28b83fd0f2d90c439b58b63b38263aa1a3905582ef68f614ae95d', - url="https://github.com/bbuchfink/diamond/archive/diamond-2.0.4.tar.gz") + version('2.0.4', sha256='94e8fe72bdc28b83fd0f2d90c439b58b63b38263aa1a3905582ef68f614ae95d') version('0.9.25', sha256='65298f60cf9421dcc7669ce61642611cd9eeffc32f66fd39ebfa25dd64416808') version('0.9.23', sha256='0da5cdd5e5b77550ec0eaba2c6c431801cdd10d31606ca12f952b57d3d31db92') version('0.9.22', sha256='35e518cfa0ac2fbc57e422d380bdb5123c6335742dd7965b76c34c95f241b729') -- cgit v1.2.3-70-g09d2