Skip to content

Commit 3300e50

Browse files
authored
python3Packages.add-trailing-comma: 3.2.0 -> 4.0.0 (#452071)
2 parents fe34f91 + 3d3a172 commit 3300e50

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/add-trailing-comma

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/add-trailing-comma/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
buildPythonPackage rec {
1212
pname = "add-trailing-comma";
13-
version = "3.2.0";
13+
version = "4.0.0";
1414
pyproject = true;
1515

16-
disabled = pythonOlder "3.9";
16+
disabled = pythonOlder "3.10";
1717

1818
src = fetchFromGitHub {
1919
owner = "asottile";
2020
repo = "add-trailing-comma";
2121
tag = "v${version}";
22-
hash = "sha256-b9EHlx149NUAo9UHDZLE3BwSJY5WpxsUYi1mqz7rnHA=";
22+
hash = "sha256-Ts04kjhGE0lgrHyT+EuJsVLIYU/842azG1ZUHTyFijc=";
2323
};
2424

2525
build-system = [ setuptools ];

0 commit comments

Comments
 (0)