python3Packages.symbolic: 12.17.1 -> 12.17.2 (#488695)

This commit is contained in:
Felix Bargfeldt
2026-02-09 17:23:48 +00:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "symbolic";
version = "12.17.1";
version = "12.17.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-rO+bLg2TgSxWJ+ub3TLejKdWTlp9e5/++TEna73Y0Lk=";
hash = "sha256-Rcijs9yq+WzzADxq0SKcL99jvquZTVb2dPs+qUB7zJc=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-Us3xROXFKmlYOavXVyvxraMuY6p75AKjh9AOX49ui4Q=";
hash = "sha256-yTSBWs7wN+XGh687LSryJ1d55ZTV5GbojwPyQ+JXKNI=";
};
nativeBuildInputs = [