1 { lib, buildPythonPackage, fetchPypi, orjson}:
3 buildPythonPackage rec {
11 hash = "sha256-yYd0HzdwbqB9kexJjBRRYmdsoWtZtcjCNRz0ZJVM5CI=";
14 propagatedBuildInputs = [
21 pythonImportsCheck = [
26 description = "File Versioning System with hash comparison and data storage to create unlinked states that can be deleted";
27 homepage = "https://github.com/mirkobrombin/FVS";
28 license = licenses.mit;
29 maintainers = with maintainers; [ bryanasdev000 ];