py-lazy-loader: add new version (#43130)
This commit is contained in:
		 Christopher Christofi
					Christopher Christofi
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							187b8adb4f
						
					
				
				
					commit
					e54d4678f9
				
			| @@ -14,6 +14,9 @@ class PyLazyLoader(PythonPackage): | ||||
| 
 | ||||
|     license("BSD-3-Clause") | ||||
| 
 | ||||
|     version("0.3", sha256="3b68898e34f5b2a29daaaac172c6555512d0f32074f147e2254e4a6d9d838f37") | ||||
|     version("0.1", sha256="77ce7f2737ebabf9c0ff73b4a99c947876d74d24c2f026544e32246ecca5feca") | ||||
| 
 | ||||
|     depends_on("py-flit-core@3.7:3", type="build") | ||||
|     depends_on("python@3.7:") | ||||
|     depends_on("py-flit-core@3.8:3", when="@0.3:", type="build") | ||||
|     depends_on("py-flit-core@3.7:3", when="@0.1", type="build") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user