python310Packages.dissect-ole: 3.1 -> 3.2

Diff: https://github.com/fox-it/dissect.ole/compare/3.1...3.2
This commit is contained in:
Fabian Affolter 2022-12-10 17:31:18 +01:00
parent e2b51d6805
commit 90c0a7fecd

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "dissect-ole";
version = "3.1";
version = "3.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.ole";
rev = version;
hash = "sha256-qnrbS+gdzBV/mQ08fQzpvevkDtrJ1qXpteW0lxJ+ZUI=";
hash = "sha256-0bIlnRFKBvSXnBIU4+1V7WzyXCvulUpNSXG1Rj2k4jY=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;