lol

python311Packages.dissect-ole: 3.5 -> 3.6

Diff: https://github.com/fox-it/dissect.ole/compare/refs/tags/3.5...3.6

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

+2 -2
+2 -2
pkgs/development/python-modules/dissect-ole/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "dissect-ole"; 13 - version = "3.5"; 13 + version = "3.6"; 14 14 format = "pyproject"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "fox-it"; 20 20 repo = "dissect.ole"; 21 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-K+YHxxQAPmvJtsDAB/1oKdUOeUmY9LAT4/TT5bfMDQo="; 22 + hash = "sha256-4shxYKR6IrrMj2BIb5yFD7+C0SNyqsGOoBkWpad1EbI="; 23 23 }; 24 24 25 25 SETUPTOOLS_SCM_PRETEND_VERSION = version;