python311Packages.dissect-fat: 3.4 -> 3.5

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

Changelog: https://github.com/fox-it/dissect.fat/releases/tag/3.5
This commit is contained in:
Fabian Affolter
2023-06-01 00:32:01 +02:00
parent 169786e374
commit c4fee32dc0
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "dissect-fat";
version = "3.4";
version = "3.5";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.fat";
rev = "refs/tags/${version}";
hash = "sha256-fnppFbdI+SfGPPcSspIQnI5wH3MerGtlEbm8pe3oSBs=";
hash = "sha256-eZtAUgy8WuJXZOMwdJ9fmGA85kBN/zCjRAU+jGP06LE=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;