python310Packages.dissect-ole: 3.2 -> 3.3

Diff: https://github.com/fox-it/dissect.ole/compare/refs/tags/3.2...3.3

Changelog: https://github.com/fox-it/dissect.ole/releases/tag/3.3
This commit is contained in:
Fabian Affolter 2023-02-11 10:30:44 +01:00
parent a27f9bea25
commit 0d0be6bd66

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "dissect-ole";
version = "3.2";
version = "3.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.ole";
rev = "refs/tags/${version}";
hash = "sha256-0bIlnRFKBvSXnBIU4+1V7WzyXCvulUpNSXG1Rj2k4jY=";
hash = "sha256-m2+AcKp8rH+VQIdT85oKoA8QoyNQOmrZ2DvBELZnEqM=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;