python312Packages.dissect-xfs: 3.10 -> 3.11

This commit is contained in:
R. Ryantm
2024-11-18 16:48:31 +00:00
parent b3f2aa7e4e
commit cfc679cb94
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dissect-xfs";
version = "3.10";
version = "3.11";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.xfs";
rev = "refs/tags/${version}";
hash = "sha256-VZu6XmEKYcmqGM2eJMpABRTOBxDTwsYd7Pn662kO13o=";
hash = "sha256-+dt47Wo5IMkMgd5lUWgpbB6n/tkWc+d1jnKD46Cq1Lc=";
};
build-system = [