python311Packages.dissect-fat: 3.8 -> 3.9

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

Changelog: https://github.com/fox-it/dissect.fat/releases/tag/3.9
This commit is contained in:
Fabian Affolter
2024-05-08 00:13:00 +02:00
parent 6701eb4180
commit 16428a82b1
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "dissect-fat";
version = "3.8";
version = "3.9";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.fat";
rev = "refs/tags/${version}";
hash = "sha256-xFfB7QOZ3KjsOPQ1cPTRkqb0hgD4waOq8kkSTJStQ+E=";
hash = "sha256-U7SSLvEK6IYZjjUIGT9n1w7oLdB8Q2/msQ/EBJfatJY=";
};
nativeBuildInputs = [