python311Packages.dissect-regf: 3.4 -> 3.5

Diff: https://github.com/fox-it/dissect.regf/compare/refs/tags/3.4...3.5

Changelog: https://github.com/fox-it/dissect.regf/releases/tag/3.5
This commit is contained in:
Fabian Affolter 2023-05-27 21:44:12 +02:00
parent 1615025a93
commit 5beca24571

View File

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