···14141515buildPythonPackage rec {1616 pname = "symbolic";1717- version = "12.16.1";1717+ version = "12.16.2";1818 pyproject = true;19192020 src = fetchFromGitHub {···2323 tag = version;2424 # the `py` directory is not included in the tarball, so we fetch the source via git instead2525 forceFetchGit = true;2626- hash = "sha256-Y24IreRP/YZEugvro8PxMh32qAdEbFWhMxQLfeR1clM=";2626+ hash = "sha256-1auaIvm9y6iIhRC+mU6PX7vsPok0CDVJHLd4nx5j5wU=";2727 };28282929 cargoDeps = rustPlatform.fetchCargoVendor {3030 inherit pname version src;3131- hash = "sha256-IUh+6lKGsVqrmbYKEu0kahiQeMGJ3cN5lu1DIj9Hd48=";3131+ hash = "sha256-uHRgV+wcdOsFqcYBMCJqy4CADN8XpXeKuVAsjI54Y9I=";3232 };33333434 nativeBuildInputs = [