add version 0.3-58 to r-clue (#20860)
This commit is contained in:
parent
532ca134f3
commit
5eec0e418c
1 changed files with 2 additions and 1 deletions
|
@ -7,12 +7,13 @@
|
|||
|
||||
|
||||
class RClue(RPackage):
|
||||
"""clue: Cluster Ensembles"""
|
||||
"""Cluster Ensembles"""
|
||||
|
||||
homepage = "https://cloud.r-project.org/package=clue"
|
||||
url = "https://cloud.r-project.org/src/contrib/clue_0.3-57.tar.gz"
|
||||
list_url = "https://cloud.r-project.org/src/contrib/Archive/clue"
|
||||
|
||||
version('0.3-58', sha256='2ab6662eaa1103a7b633477e8ebd266b262ed54fac6f9326b160067a2ded9ce7')
|
||||
version('0.3-57', sha256='6e369d07b464a9624209a06b5078bf988f01f7963076e946649d76aea0622d17')
|
||||
|
||||
depends_on('r@3.2.0:', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue