python311Packages.dissect-xfs: 3.9 -> 3.10

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

Changelog: https://github.com/fox-it/dissect.xfs/releases/tag/3.10
This commit is contained in:
Fabian Affolter
2024-07-12 22:02:38 +02:00
parent 4292a6e29a
commit 1d2e1af2bb
@@ -12,16 +12,16 @@
buildPythonPackage rec {
pname = "dissect-xfs";
version = "3.9";
version = "3.10";
pyproject = true;
disabled = pythonOlder "3.9";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.xfs";
rev = "refs/tags/${version}";
hash = "sha256-jUNstyHVPJazf4idXNe9xICpi0MKkz8q0rWUEHjk2ZA=";
hash = "sha256-VZu6XmEKYcmqGM2eJMpABRTOBxDTwsYd7Pn662kO13o=";
};
build-system = [