lol

python3Packages.maestral: 1.7.0 -> 1.7.1

authored by

Stefan Frijters and committed by
Peter Hoeg
edc35cbe 605ba646

+2 -2
+2 -2
pkgs/development/python-modules/maestral/default.nix
··· 27 27 28 28 buildPythonPackage rec { 29 29 pname = "maestral"; 30 - version = "1.7.0"; 30 + version = "1.7.1"; 31 31 format = "pyproject"; 32 32 33 33 disabled = pythonOlder "3.7"; ··· 36 36 owner = "SamSchott"; 37 37 repo = "maestral"; 38 38 rev = "refs/tags/v${version}"; 39 - hash = "sha256-gfATP9sOgowBeP9qRjzC4Ts64iOwM5i0Ym6YvvJ9TCY="; 39 + hash = "sha256-WYLYDDXxO5ot30oSBkxgJszn8nyAQh5XtCyywBz56J4="; 40 40 }; 41 41 42 42 propagatedBuildInputs = [