knockpy: 5.4.0 -> 6.1.0

Changelog: https://github.com/guelfoweb/knock/releases/tag/6.1.0
This commit is contained in:
Fabian Affolter 2023-01-24 10:08:40 +01:00
parent 03b3dff5b6
commit 6c2281a79f

View file

@ -5,13 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "knockpy";
version = "5.4.0";
version = "6.1.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "guelfoweb";
repo = "knock";
rev = "refs/tags/${version}";
hash = "sha256-If8w6Z75nQsayJBqJs+D9++7kqCbkmwkszOaMATDTpY=";
hash = "sha256-O4tXq4pDzuTBEGAls2I9bfBRdHssF4rFBec4OtfUx6A=";
};
propagatedBuildInputs = with python3.pkgs; [