nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.pymunk: 7.0.1 -> 7.1.0

https://github.com/viblo/pymunk/releases/tag/7.1.0

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/pymunk/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "pymunk"; 14 - version = "7.0.1"; 14 + version = "7.1.0"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.9"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - hash = "sha256-lqOOgSP02J+IILQ2QPH2I9aETx+X7qCcRmDwMXgKn/g="; 21 + hash = "sha256-8wRYlyYTJbs+iShEAt1DuQjQpYcdwgEFl+NrQwnwIps="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ cffi ];