python313Packages.dissect-shellitem: 3.10 -> 3.11

Changelog: https://github.com/fox-it/dissect.shellitem/releases/tag/3.11

Changed files
+4 -8
pkgs
development
python-modules
dissect-shellitem
+4 -8
pkgs/development/python-modules/dissect-shellitem/default.nix
···
buildPythonPackage rec {
pname = "dissect-shellitem";
-
version = "3.10";
+
version = "3.11";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "fox-it";
repo = "dissect.shellitem";
tag = version;
-
hash = "sha256-BS+c9QbMMsaoZHyuv6jMxbQFQNJeLt3da8Fq/wwXesQ=";
+
hash = "sha256-mHcH6lgTyv1DlEccYRitfby7WMJc3/71ef/OurW3EEw=";
};
build-system = [
···
pythonImportsCheck = [ "dissect.shellitem" ];
-
disabledTests = [
-
# Windows-specific tests
-
"test_xp_remote_lnk_file"
-
"test_xp_remote_lnk_dir"
-
"test_win7_local_lnk_dir"
-
];
+
# Windows-specific tests
+
doCheck = false;
meta = with lib; {
description = "Dissect module implementing a parser for the Shellitem structures";