websecprobe: 0.0.10 -> 0.0.11

This commit is contained in:
Martin Weinelt 2023-12-01 00:30:39 +01:00
parent 18eeca26f1
commit f272c42ddb
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -5,18 +5,17 @@
python3.pkgs.buildPythonApplication rec {
pname = "websecprobe";
version = "0.0.10";
version = "0.0.11";
pyproject = true;
src = fetchPypi {
pname = "WebSecProbe";
inherit version;
hash = "sha256-QvXOyQUptMyim/bgvhihjgGs7vX0qX8MqK2ol8q9ePc=";
hash = "sha256-OKbKz3HSTtwyx/JNUtLJBTaHQcxkUWroMg9/msVWgk4=";
};
nativeBuildInputs = with python3.pkgs; [
setuptools
wheel
];
propagatedBuildInputs = with python3.pkgs; [