Add checksum for py-flit 3.7.1 (#33013)
This commit is contained in:
		| @@ -13,10 +13,12 @@ class PyFlit(PythonPackage): | |||||||
|     pypi = "flit/flit-3.3.0.tar.gz" |     pypi = "flit/flit-3.3.0.tar.gz" | ||||||
|     maintainers = ["takluyver"] |     maintainers = ["takluyver"] | ||||||
| 
 | 
 | ||||||
|  |     version("3.7.1", sha256="3c9bd9c140515bfe62dd938c6610d10d6efb9e35cc647fc614fe5fb3a5036682") | ||||||
|     version("3.6.0", sha256="b1464e006df4df4c8eeb37671c0e0ce66e1d04e4a36d91b702f180a25fde3c11") |     version("3.6.0", sha256="b1464e006df4df4c8eeb37671c0e0ce66e1d04e4a36d91b702f180a25fde3c11") | ||||||
|     version("3.3.0", sha256="65fbe22aaa7f880b776b20814bd80b0afbf91d1f95b17235b608aa256325ce57") |     version("3.3.0", sha256="65fbe22aaa7f880b776b20814bd80b0afbf91d1f95b17235b608aa256325ce57") | ||||||
| 
 | 
 | ||||||
|     depends_on("python@3.6:", type=("build", "run")) |     depends_on("python@3.6:", type=("build", "run")) | ||||||
|  |     depends_on("py-flit-core@3.7.1:3", when="@3.7.1:3", type=("build", "run")) | ||||||
|     depends_on("py-flit-core@3.6.0:3", when="@3.6.0:3.6", type=("build", "run")) |     depends_on("py-flit-core@3.6.0:3", when="@3.6.0:3.6", type=("build", "run")) | ||||||
|     depends_on("py-flit-core@3.3.0:3", when="@3.3.0:3.3", type=("build", "run")) |     depends_on("py-flit-core@3.3.0:3", when="@3.3.0:3.3", type=("build", "run")) | ||||||
|     depends_on("py-requests", type=("build", "run")) |     depends_on("py-requests", type=("build", "run")) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 iarspider
					iarspider