python3Packages.mplcursors: 0.7 -> 0.7.1 (#503694)

This commit is contained in:
Doron Behar
2026-03-26 10:10:55 +00:00
committed by GitHub
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "mplcursors";
version = "0.7";
version = "0.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "anntzer";
repo = "mplcursors";
rev = "v${version}";
hash = "sha256-bHBMi9xtawV50xPyR1vsGg+1KmTWjeErP9yh2tZxTIg=";
hash = "sha256-ZHX//AUVSF91cHxyiL4klglJ2Ef3iSE6oOancL+gQbA=";
};
build-system = [