Skip to content

Commit aeaec7c

Browse files
python312Packages.argcomplete: 3.5.1 -> 3.5.2 (#362545)
2 parents d4f1f4e + 0c170c3 commit aeaec7c

2 files changed

Lines changed: 2 additions & 58 deletions

File tree

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

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

1010
buildPythonPackage rec {
1111
pname = "argcomplete";
12-
version = "3.5.1";
12+
version = "3.5.2";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.8";
@@ -18,16 +18,9 @@ buildPythonPackage rec {
1818
owner = "kislyuk";
1919
repo = "argcomplete";
2020
rev = "refs/tags/v${version}";
21-
hash = "sha256-um8iFzEHExTRV1BAl86/XKLc7vmf2Ws1dB83agfvoec=";
21+
hash = "sha256-Tihb61LGTZ8tKrKKlxZ8scII2+pgzDHUkwVn54zlrug=";
2222
};
2323

24-
patches = [
25-
# fixes issues with python3Packages.traitlets tests
26-
# https://git.launchpad.net/ubuntu/+source/python-argcomplete/tree/debian/patches/python-3.13-compat.patch?h=ubuntu/plucky
27-
# https://github.com/kislyuk/argcomplete/pull/513
28-
./python-3.13-compat.patch
29-
];
30-
3124
build-system = [
3225
setuptools
3326
setuptools-scm

pkgs/development/python-modules/argcomplete/python-3.13-compat.patch

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)