python312Packages.dissect-xfs: 3.10 -> 3.11

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

Changelog: https://github.com/fox-it/dissect.xfs/releases/tag/3.11
This commit is contained in:
Fabian Affolter 2024-11-18 20:36:39 +01:00
parent 13d7d7f765
commit ca14d572fa

View File

@ -12,16 +12,16 @@
buildPythonPackage rec {
pname = "dissect-xfs";
version = "3.10";
version = "3.11";
pyproject = true;
disabled = pythonOlder "3.10";
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.xfs";
rev = "refs/tags/${version}";
hash = "sha256-VZu6XmEKYcmqGM2eJMpABRTOBxDTwsYd7Pn662kO13o=";
hash = "sha256-+dt47Wo5IMkMgd5lUWgpbB6n/tkWc+d1jnKD46Cq1Lc=";
};
build-system = [