python3Packages.dissect: 3.21 -> 3.22

This commit is contained in:
R. Ryantm
2026-03-03 04:47:15 +00:00
parent d438760d4b
commit a0bb8e11f0
@@ -38,14 +38,14 @@
buildPythonPackage rec {
pname = "dissect";
version = "3.21";
version = "3.22";
pyproject = true;
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect";
tag = version;
hash = "sha256-INqZwN3x5MzrACyaUOa2A7mrKvld9reN1PJVxkq837o=";
hash = "sha256-+Nq/7ftOD9/un9TYdrztbaUcBtDcfju36bkrDH57+ms=";
};
pythonRelaxDeps = true;