python311Packages.dissect-regf: 3.10 -> 3.11

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

Changelog: https://github.com/fox-it/dissect.regf/releases/tag/3.11
This commit is contained in:
Fabian Affolter 2024-07-04 21:53:34 +02:00
parent bde0f38fe9
commit 04a17e99b5

View File

@ -12,16 +12,16 @@
buildPythonPackage rec {
pname = "dissect-regf";
version = "3.10";
version = "3.11";
pyproject = true;
disabled = pythonOlder "3.10";
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.regf";
rev = "refs/tags/${version}";
hash = "sha256-uMC5av4NAzDF5JRUz4L8/jTLrBv9blNMYtM6dOuHe5s=";
hash = "sha256-PzGA5OZ74bS25lC77pi6tG1x7BZcr9GtKbyKf9i/MwM=";
};
nativeBuildInputs = [