python313Packages.dissect-ole: 3.10 -> 3.11

Diff: https://github.com/fox-it/dissect.ole/compare/refs/tags/3.10...refs/tags/3.11

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

Changed files
+2 -2
pkgs
development
python-modules
dissect-ole
+2 -2
pkgs/development/python-modules/dissect-ole/default.nix
···
buildPythonPackage rec {
pname = "dissect-ole";
-
version = "3.10";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "fox-it";
repo = "dissect.ole";
tag = version;
-
hash = "sha256-BGJnKL27Sz5CS+PEVK6AeXBuzYpLSA8qR9sz7qeOIWc=";
};
build-system = [
···
buildPythonPackage rec {
pname = "dissect-ole";
+
version = "3.11";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "fox-it";
repo = "dissect.ole";
tag = version;
+
hash = "sha256-KdqEZxZ2V3AKHgpHfXmnw4sh+P8ZPOMvbRq0xENwiX8=";
};
build-system = [