python3Packages.mplcursors: 0.6 -> 0.7 (#441532)

This commit is contained in:
Doron Behar
2025-09-13 20:43:16 +00:00
committed by GitHub
@@ -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 = [