Skip to content

Commit 6a9c49f

Browse files
authored
python311Packages.parts: 2.0.0 -> 2.1.0 (NixOS#368197)
2 parents 4bc9913 + df434a1 commit 6a9c49f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/parts/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
buildPythonPackage rec {
1111
pname = "parts";
12-
version = "2.0.0";
12+
version = "2.1.0";
1313
format = "pyproject";
1414

1515
disabled = pythonOlder "3.7";
1616

1717
src = fetchPypi {
1818
inherit pname version;
19-
hash = "sha256-wQgiwr7iOBvy24/w1C311PivWLtXLD/Djs34zo1Zid4=";
19+
hash = "sha256-zauHOv8pM47CVIQIo8aMMPZJgwIowgbVLvfFWzIqHoc=";
2020
};
2121

2222
nativeBuildInputs = [

0 commit comments

Comments
 (0)