diff --git a/pkgs/development/python-modules/mplcursors/default.nix b/pkgs/development/python-modules/mplcursors/default.nix index 1a1c2dda4c4a..1fc443d9f9fc 100644 --- a/pkgs/development/python-modules/mplcursors/default.nix +++ b/pkgs/development/python-modules/mplcursors/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "mplcursors"; - version = "0.6"; + version = "0.7"; pyproject = true; src = fetchFromGitHub { owner = "anntzer"; repo = "mplcursors"; rev = "v${version}"; - hash = "sha256-L5pJqRpgPRQEsRDoP10+Pi8uzH5TQNBuGRx7hIL1x7s="; + hash = "sha256-bHBMi9xtawV50xPyR1vsGg+1KmTWjeErP9yh2tZxTIg="; }; build-system = [