python311Packages.certipy-ad: 4.8.1 -> 4.8.2

Diff: https://github.com/ly4k/Certipy/compare/refs/tags/4.8.1...4.8.2

Changelog: https://github.com/ly4k/Certipy/releases/tag/4.8.2
This commit is contained in:
Fabian Affolter 2023-09-27 10:04:18 +02:00
parent 4d3a8e215a
commit 10e101aacf

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "certipy-ad";
version = "4.8.1";
version = "4.8.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "ly4k";
repo = "Certipy";
rev = "refs/tags/${version}";
hash = "sha256-HgRUpltkai68tDkanXIOEdrJ4DJYDcbNk0op0enUAXU=";
hash = "sha256-Era5iNLJkZIRvN/p3BiD/eDiDQme24G65VSG97tuEOQ=";
};
postPatch = ''