python310Packages.dissect-regf: 3.3 -> 3.4

Changelog: https://github.com/fox-it/dissect.regf/releases/tag/3.4
This commit is contained in:
Fabian Affolter 2023-03-24 21:38:22 +01:00
parent 924897f2d8
commit 6defe8ec8f

View file

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