File tree Expand file tree Collapse file tree
pkgs/development/python-modules/argcomplete Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010buildPythonPackage 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments