python311Packages.dissect-fat: 3.5 -> 3.6

Diff: https://github.com/fox-it/dissect.fat/compare/refs/tags/3.5...3.6

Changelog: https://github.com/fox-it/dissect.fat/releases/tag/3.6
This commit is contained in:
Fabian Affolter 2023-07-06 11:47:57 +02:00
parent d7ba7079a9
commit 847a4ea4b4

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "dissect-fat";
version = "3.5";
version = "3.6";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.fat";
rev = "refs/tags/${version}";
hash = "sha256-eZtAUgy8WuJXZOMwdJ9fmGA85kBN/zCjRAU+jGP06LE=";
hash = "sha256-3Zyjo7yoSLtAnC5lOLzjWsqMRoJxsrw2LKjQ2Qy38sg=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;