python3Packages.logurich: 0.7.1 -> 0.9.2

Diff: https://github.com/PakitoSec/logurich/compare/v0.7.1...v0.9.2

Changelog: https://github.com/PakitoSec/logurich/releases/tag/vv0.9.2
This commit is contained in:
Fabian Affolter
2026-04-06 20:43:27 +02:00
parent d44b617fac
commit 4ec612a329
@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "logurich";
version = "0.7.1";
version = "0.9.2";
pyproject = true;
src = fetchFromGitHub {
owner = "PakitoSec";
repo = "logurich";
tag = "v${finalAttrs.version}";
hash = "sha256-+Ez1tS/kDguq8mQImiu2/h64YsBCTVv4b4sT/tJaD7E=";
hash = "sha256-rQuASijZnIPM5+00U7n4+rTBiUILCcCH+UW56NCTr2k=";
};
postPatch = ''