python310Packages.dissect-fat: 3.1 -> 3.2

Diff: https://github.com/fox-it/dissect.fat/compare/3.1...3.2
This commit is contained in:
Fabian Affolter 2022-12-10 17:31:09 +01:00
parent 1543d6d424
commit dd9505ef74

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "dissect-fat";
version = "3.1";
version = "3.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.fat";
rev = version;
hash = "sha256-GBeacQtNA1onh67Svqo5R43gap/Lzpm+20TXcUMmU5k=";
hash = "sha256-kqdVgUkvW9I5CI4T9b7VeX6hPm3Ufwrdnhmo1jR5Fdg=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;