Skip to content

Commit

Permalink
python311Packages.parts: 2.0.0 -> 2.1.0 (#368197)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 26, 2024
2 parents 4bc9913 + df434a1 commit 6a9c49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/parts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

buildPythonPackage rec {
pname = "parts";
version = "2.0.0";
version = "2.1.0";
format = "pyproject";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-wQgiwr7iOBvy24/w1C311PivWLtXLD/Djs34zo1Zid4=";
hash = "sha256-zauHOv8pM47CVIQIo8aMMPZJgwIowgbVLvfFWzIqHoc=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 6a9c49f

Please sign in to comment.