knockpy: 7.0.0 -> 7.0.1

This commit is contained in:
R. Ryantm 2024-08-05 03:34:57 +00:00
parent 54770984fc
commit de00dc4dd9

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "knockpy";
version = "7.0.0";
version = "7.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "guelfoweb";
repo = "knock";
rev = "refs/tags/${version}";
hash = "sha256-Xtv7K19OBS2iHFFoSasNcy9VLL15eQ8AD79wAEhxCHk=";
hash = "sha256-ALsSpygJlqYW/7Z44PZmBcIxfrtOPPrvuuMIOyFE5kE=";
};
pythonRelaxDeps = [