python311Packages.dissect-xfs: 3.7 -> 3.8

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

Changelog: https://github.com/fox-it/dissect.xfs/releases/tag/3.8
This commit is contained in:
Fabian Affolter
2024-03-08 09:42:18 +01:00
parent a6699878d8
commit 2e7961fb33
@@ -11,16 +11,16 @@
buildPythonPackage rec {
pname = "dissect-xfs";
version = "3.7";
version = "3.8";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.xfs";
rev = "refs/tags/${version}";
hash = "sha256-bqpN4Ho5A9j8oLwErPErMVgkanIkdNTqcT3lkdQiw6M=";
hash = "sha256-U/VDFeCyOPlefFL/QVRVknpCBDLuVYvVHI49QSe+QFM=";
};
nativeBuildInputs = [