r-diagram: fix dependency on non-existent R version (#46003)

This commit is contained in:
Wouter Deconinck 2024-08-26 07:11:41 -05:00 committed by GitHub
parent f079ad3690
commit 8bcd64ce6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,5 +24,5 @@ class RDiagram(RPackage):
version("1.6.5", sha256="e9c03e7712e0282c5d9f2b760bafe2aac9e99a9723578d9e6369d60301f574e4")
depends_on("r@2.01:", type=("build", "run"))
depends_on("r@2.1:", type=("build", "run"))
depends_on("r-shape", type=("build", "run"))