python312Packages.ipympl: 0.9.5 -> 0.9.6 (#371105)

This commit is contained in:
Nick Cao
2025-01-05 10:39:04 -05:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "ipympl";
version = "0.9.5";
version = "0.9.6";
format = "wheel";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version format;
hash = "sha256-/xSjV/Q1UuySWC64svdrhEtGmqL6doM/FerX+lhMGfw=";
hash = "sha256-xK/flerCRNBnVQk0V0Bhuv0URr8xr0K26fZ1DLl/JEY=";
dist = "py3";
python = "py3";
};