python312Packages.argcomplete: 3.5.0 -> 3.5.1
Diff: https://github.com/kislyuk/argcomplete/compare/refs/tags/v3.5.0...v3.5.1 Changelog: https://github.com/kislyuk/argcomplete/blob/v3.5.1/Changes.rst
This commit is contained in:
committed by
Martin Weinelt
parent
866bcdd559
commit
fea20137cf
@@ -9,7 +9,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "argcomplete";
|
||||
version = "3.5.0";
|
||||
version = "3.5.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
owner = "kislyuk";
|
||||
repo = "argcomplete";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-8dqX0h3m3qNJUp/ESEy8grVL+mwESqDnMpI+Dal0r08=";
|
||||
hash = "sha256-um8iFzEHExTRV1BAl86/XKLc7vmf2Ws1dB83agfvoec=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user