python3Packages.symbolic: 12.16.1 -> 12.16.2

This commit is contained in:
R. Ryantm
2025-08-14 11:35:15 +00:00
parent aebb310757
commit 69ccc37f2c
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "symbolic";
version = "12.16.1";
version = "12.16.2";
pyproject = true;
src = fetchFromGitHub {
@@ -23,12 +23,12 @@ buildPythonPackage rec {
tag = version;
# the `py` directory is not included in the tarball, so we fetch the source via git instead
forceFetchGit = true;
hash = "sha256-Y24IreRP/YZEugvro8PxMh32qAdEbFWhMxQLfeR1clM=";
hash = "sha256-1auaIvm9y6iIhRC+mU6PX7vsPok0CDVJHLd4nx5j5wU=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-IUh+6lKGsVqrmbYKEu0kahiQeMGJ3cN5lu1DIj9Hd48=";
hash = "sha256-uHRgV+wcdOsFqcYBMCJqy4CADN8XpXeKuVAsjI54Y9I=";
};
nativeBuildInputs = [