python3Packages.logurich: 0.7.1 -> 0.9.2 (#507345)

This commit is contained in:
Fabian Affolter
2026-04-06 19:19:41 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "cyvest";
version = "5.3.3";
version = "5.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "PakitoSec";
repo = "cyvest";
tag = "v${finalAttrs.version}";
hash = "sha256-4vNfv5dIoeRhnTXNFgqvtxBaCONceXnJhF9RsLD1CIA=";
hash = "sha256-ap4QsUw+WX6bFF4ggbt9h2U7qXUgYRi8XNB1k17vJsM=";
};
postPatch = ''
@@ -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 = ''