python310Packages.dissect-fat: 3.2 -> 3.3

Diff: https://github.com/fox-it/dissect.fat/compare/refs/tags/3.2...3.3

Changelog: https://github.com/fox-it/dissect.fat/releases/tag/3.3
This commit is contained in:
Fabian Affolter
2023-02-11 09:56:40 +01:00
parent 6d6e6912d1
commit 9966beec91
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "dissect-fat";
version = "3.2";
version = "3.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.fat";
rev = "refs/tags/${version}";
hash = "sha256-kqdVgUkvW9I5CI4T9b7VeX6hPm3Ufwrdnhmo1jR5Fdg=";
hash = "sha256-v4GjI6DdDfxO3kGZ7Z5C6mkdRj9axsT9mvlSOQyiMBw=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;