python310Packages.dissect-regf: 3.2 -> 3.3

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

Changelog: https://github.com/fox-it/dissect.regf/releases/tag/3.3
This commit is contained in:
Fabian Affolter 2023-02-11 10:15:50 +01:00
parent 443751bc5c
commit 3d2433e4fc

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-regf";
version = "3.2";
version = "3.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.regf";
rev = "refs/tags/${version}";
hash = "sha256-hSMdgGkSmFDAiO6C1xTJDmKClHwrGc887wqO3/5NZn4=";
hash = "sha256-3QJ1N9LukvEa74rndN/Sj6Vq10YJVBsOGdlMzR9TrKA=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;