routinator: update, deprecate old version (#37676)
This commit is contained in:
		| @@ -14,9 +14,15 @@ class Routinator(Package): | |||||||
| 
 | 
 | ||||||
|     maintainers("aweits") |     maintainers("aweits") | ||||||
| 
 | 
 | ||||||
|     version("0.11.2", sha256="00f825c53168592da0285e8dbd228018e77248d458214a2c0f86cd0ca45438f5") |     version("0.12.1", sha256="8150fe544f89205bb2d65bca46388f055cf13971d3163fe17508bf231f9ab8bc") | ||||||
|  |     version( | ||||||
|  |         "0.11.2", | ||||||
|  |         sha256="00f825c53168592da0285e8dbd228018e77248d458214a2c0f86cd0ca45438f5", | ||||||
|  |         deprecated=True, | ||||||
|  |     ) | ||||||
| 
 | 
 | ||||||
|     depends_on("rust@1.56:") |     depends_on("rust@1.56:", when="@0.11.2") | ||||||
|  |     depends_on("rust@1.63:", when="@0.12.1") | ||||||
| 
 | 
 | ||||||
|     def install(self, spec, prefix): |     def install(self, spec, prefix): | ||||||
|         cargo = which("cargo") |         cargo = which("cargo") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Andrew W Elble
					Andrew W Elble