Merge pull request #246367 from r-ryantm/auto-update/python310Packages.knack

python310Packages.knack: 0.10.1 -> 0.11.0
This commit is contained in:
Weijia Wang 2023-08-09 23:24:02 +02:00 committed by GitHub
commit 408a9614f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "knack";
version = "0.10.1";
version = "0.11.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-xXKBKCl+bSaXkQhc+Wwv/fzvWM+DxjSly5LrA7KSmDg=";
hash = "sha256-62VoAB6RELGzIJQUMcUQM9EEzJjNoiVKXCsJulaf1JQ=";
};
propagatedBuildInputs = [