lol

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

+2 -2
+2 -2
pkgs/development/python-modules/dissect-fat/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "dissect-fat"; 13 - version = "3.6"; 13 + version = "3.7"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.9"; ··· 19 19 owner = "fox-it"; 20 20 repo = "dissect.fat"; 21 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-3Zyjo7yoSLtAnC5lOLzjWsqMRoJxsrw2LKjQ2Qy38sg="; 22 + hash = "sha256-YfWshytfj4p2MqLpzE3b1/RtrL1/+Xd/5+RNbrH/Jfc="; 23 23 }; 24 24 25 25 SETUPTOOLS_SCM_PRETEND_VERSION = version;