python311Packages.certipy-ad: 4.5.1 -> 4.7.0

Diff: https://github.com/ly4k/Certipy/compare/refs/tags/4.5.1...4.7.0

Changelog: https://github.com/ly4k/Certipy/releases/tag/4.7.0
This commit is contained in:
Fabian Affolter 2023-07-22 22:28:33 +02:00
parent 883fd35c94
commit 29e3730a28

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "certipy-ad";
version = "4.5.1";
version = "4.7.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "ly4k";
repo = "Certipy";
rev = "refs/tags/${version}";
hash = "sha256-OxSTg9yFzyiAnRUcSTG5EzFk5ForzEVt/tUyi+cz9XI=";
hash = "sha256-CkIxk+Aps9TRA2wEE/zZKl9t4CyjxEsgLntbn9kWY6o=";
};
postPatch = ''