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
This commit is contained in:
Fabian Affolter 2023-07-06 11:49:08 +02:00
parent 313b64bef1
commit 4de015a44b

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "dissect-ole";
version = "3.5";
version = "3.6";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.ole";
rev = "refs/tags/${version}";
hash = "sha256-K+YHxxQAPmvJtsDAB/1oKdUOeUmY9LAT4/TT5bfMDQo=";
hash = "sha256-4shxYKR6IrrMj2BIb5yFD7+C0SNyqsGOoBkWpad1EbI=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;