python3Packages.dissect-ole: 3.11 -> 3.12 (#463571)

This commit is contained in:
Fabian Affolter
2025-11-21 15:02:58 +00:00
committed by GitHub
@@ -6,21 +6,18 @@
fetchFromGitHub,
setuptools,
setuptools-scm,
pythonOlder,
}:
buildPythonPackage rec {
pname = "dissect-ole";
version = "3.11";
version = "3.12";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.ole";
tag = version;
hash = "sha256-KdqEZxZ2V3AKHgpHfXmnw4sh+P8ZPOMvbRq0xENwiX8=";
hash = "sha256-ctPc9YLvu8IIEdgcSSYOvpQeqcrcLgTSZtzSiAvgCWk=";
};
build-system = [