python311Packages.dissect-xfs: 3.8 -> 3.9

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

Changelog: https://github.com/fox-it/dissect.xfs/releases/tag/3.9
This commit is contained in:
Fabian Affolter 2024-05-08 00:13:33 +02:00
parent 42bc3d5c1c
commit a000d4c228

View File

@ -11,16 +11,16 @@
buildPythonPackage rec {
pname = "dissect-xfs";
version = "3.8";
version = "3.9";
format = "pyproject";
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.xfs";
rev = "refs/tags/${version}";
hash = "sha256-U/VDFeCyOPlefFL/QVRVknpCBDLuVYvVHI49QSe+QFM=";
hash = "sha256-jUNstyHVPJazf4idXNe9xICpi0MKkz8q0rWUEHjk2ZA=";
};
nativeBuildInputs = [