python312Packages.glfw: 2.8.0 -> 2.9.0
This commit is contained in:
		
							parent
							
								
									7850571d67
								
							
						
					
					
						commit
						7e22e6c9da
					
				| @ -8,7 +8,7 @@ | |||||||
| 
 | 
 | ||||||
| buildPythonPackage rec { | buildPythonPackage rec { | ||||||
|   pname = "glfw"; |   pname = "glfw"; | ||||||
|   version = "2.8.0"; |   version = "2.9.0"; | ||||||
|   format = "setuptools"; |   format = "setuptools"; | ||||||
| 
 | 
 | ||||||
|   disabled = pythonOlder "3.7"; |   disabled = pythonOlder "3.7"; | ||||||
| @ -17,7 +17,7 @@ buildPythonPackage rec { | |||||||
|     owner = "FlorianRhiem"; |     owner = "FlorianRhiem"; | ||||||
|     repo = "pyGLFW"; |     repo = "pyGLFW"; | ||||||
|     tag = "v${version}"; |     tag = "v${version}"; | ||||||
|     hash = "sha256-3jcj4YExEtK1ANKDQsq94/NKF6GXXTFTEsXO3Jpf1uQ="; |     hash = "sha256-MBITnzVNIl+PJ++RN4Dj6sYB1/bSMNHJTDamiG6pEfA="; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|   # Patch path to GLFW shared object |   # Patch path to GLFW shared object | ||||||
| @ -35,7 +35,7 @@ buildPythonPackage rec { | |||||||
|   meta = with lib; { |   meta = with lib; { | ||||||
|     description = "Python bindings for GLFW"; |     description = "Python bindings for GLFW"; | ||||||
|     homepage = "https://github.com/FlorianRhiem/pyGLFW"; |     homepage = "https://github.com/FlorianRhiem/pyGLFW"; | ||||||
|     changelog = "https://github.com/FlorianRhiem/pyGLFW/blob/v${version}/CHANGELOG.md"; |     changelog = "https://github.com/FlorianRhiem/pyGLFW/blob/${src.tag}/CHANGELOG.md"; | ||||||
|     license = licenses.mit; |     license = licenses.mit; | ||||||
|     maintainers = [ maintainers.McSinyx ]; |     maintainers = [ maintainers.McSinyx ]; | ||||||
|   }; |   }; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 R. Ryantm
						R. Ryantm