python312Packages.knack: 0.11.0 -> 0.12.0

This commit is contained in:
R. Ryantm
2024-07-15 12:18:59 +00:00
parent b64e7d2266
commit 9eeb6815d2
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "knack";
version = "0.11.0";
version = "0.12.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-62VoAB6RELGzIJQUMcUQM9EEzJjNoiVKXCsJulaf1JQ=";
hash = "sha256-cfKmtCrpowLkMkMyD6Be2wmxkzn88fMx9bbQe/l/UpE=";
};
propagatedBuildInputs = [