python311Packages.dissect-fat: 3.6 -> 3.7

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

Changelog: https://github.com/fox-it/dissect.fat/releases/tag/3.7
This commit is contained in:
Fabian Affolter 2023-11-17 11:17:58 +01:00
parent 8c53d86c98
commit ead9484ced

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "dissect-fat";
version = "3.6";
version = "3.7";
pyproject = true;
disabled = pythonOlder "3.9";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.fat";
rev = "refs/tags/${version}";
hash = "sha256-3Zyjo7yoSLtAnC5lOLzjWsqMRoJxsrw2LKjQ2Qy38sg=";
hash = "sha256-YfWshytfj4p2MqLpzE3b1/RtrL1/+Xd/5+RNbrH/Jfc=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;