python313Packages.dissect-util: 3.19 -> 3.21

Changelog: https://github.com/fox-it/dissect.util/releases/tag/3.21

Changed files
+7 -2
pkgs
development
python-modules
dissect-util
+7 -2
pkgs/development/python-modules/dissect-util/default.nix
···
buildPythonPackage rec {
pname = "dissect-util";
-
version = "3.19";
+
version = "3.21";
format = "pyproject";
disabled = pythonOlder "3.9";
···
owner = "fox-it";
repo = "dissect.util";
tag = version;
-
hash = "sha256-z/dYYC3s4R7j2c5HBFlAStcur2AS57AOYndsRlj/Htw=";
+
hash = "sha256-DCe1V3ZQxr2uQ5L4Lucqu0E1jVo7P6cEwC+4tuBmmqI=";
};
nativeBuildInputs = [
···
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "dissect.util" ];
+
+
disabledTests = [
+
# File handling issue
+
"test_cpio_formats"
+
];
meta = with lib; {
description = "Dissect module implementing various utility functions for the other Dissect modules";