python311Packages.dissect-regf: 3.9 -> 3.10

Diff: https://github.com/fox-it/dissect.regf/compare/refs/tags/3.9...3.10

Changelog: https://github.com/fox-it/dissect.regf/releases/tag/3.10
This commit is contained in:
Fabian Affolter
2024-05-08 00:13:14 +02:00
parent 5f99f67019
commit f857626215
@@ -11,16 +11,16 @@
buildPythonPackage rec {
pname = "dissect-regf";
version = "3.9";
version = "3.10";
pyproject = true;
disabled = pythonOlder "3.9";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.regf";
rev = "refs/tags/${version}";
hash = "sha256-NLhZnStcJCtXMBkayLjvuG7aK2aN3sWGZaPKVXIoRew=";
hash = "sha256-uMC5av4NAzDF5JRUz4L8/jTLrBv9blNMYtM6dOuHe5s=";
};
nativeBuildInputs = [