python311Packages.dissect-extfs: 3.10 -> 3.11

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

Changelog: https://github.com/fox-it/dissect.extfs/releases/tag/3.11
This commit is contained in:
Fabian Affolter 2024-07-04 21:52:59 +02:00
parent f51d55e5f0
commit c496e8ae89

View File

@ -12,16 +12,16 @@
buildPythonPackage rec {
pname = "dissect-extfs";
version = "3.10";
version = "3.11";
format = "pyproject";
disabled = pythonOlder "3.10";
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.extfs";
rev = "refs/tags/${version}";
hash = "sha256-EIM2kS5V2+e7/bvuB8ezBZQl3XopdlzZ7Cmwr+Ns/Us=";
hash = "sha256-i77pxr0+GbrGK5skevkb+g5JKB/aEmetJc+sbqO1o4I=";
};
nativeBuildInputs = [