Skip to content

Commit

Permalink
python3Packages.pymunk: 6.5.2 -> 6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SFrijters committed Nov 6, 2024
1 parent 4f6df22 commit bfff86f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/development/python-modules/pymunk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@

buildPythonPackage rec {
pname = "pymunk";
version = "6.5.2";
version = "6.9.0";
format = "setuptools";

disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
extension = "zip";
hash = "sha256-AV6upaZcnbKmQm9tTItRB6LpckappjdHvMH/awn/KeE=";
hash = "sha256-dl98VhqFmhtWW8UXpHzDmS1iWOhg+RdMUzAzwhivY8M=";
};

propagatedBuildInputs = [ cffi ];
Expand Down

0 comments on commit bfff86f

Please sign in to comment.