python3Packages.mplcursors: 0.6 -> 0.7

This commit is contained in:
R. Ryantm
2025-09-09 17:32:12 +00:00
parent 1c8d52a3a2
commit 34f88cc980
@@ -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 = [