python310Packages.pypykatz: 0.6.5 -> 0.6.6

Changelog: https://github.com/skelsec/pypykatz/releases/tag/0.6.6
This commit is contained in:
Fabian Affolter 2023-03-05 11:08:20 +01:00
parent 55ebb35355
commit 3e773a53fe

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pypykatz";
version = "0.6.5";
version = "0.6.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-1cHQ05yKofZC3pz8JIZCjZmZasqSb/SSwJlg8ThIn1k=";
hash = "sha256-fPeEKTfRL142RIMSQxpByIAy09sXlmDjIATikc82Iuw=";
};
propagatedBuildInputs = [