Skip to content

Commit

Permalink
python311Packages.trackpy: 0.6.2 -> 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 10, 2024
1 parent faf7b38 commit 9221978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/trackpy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildPythonPackage rec {
pname = "trackpy";
version = "0.6.2";
version = "0.6.3";
format = "setuptools";

disabled = pythonOlder "3.8";
Expand All @@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "soft-matter";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-HqInZkKvMM0T/HrDeZJcVHMxuRmhMvu0qAl5bAu3eQI=";
hash = "sha256-AChtnwkGDzD4O0h0POmQrHJbgFvbFZUp15H4fKqm0Co=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 9221978

Please sign in to comment.