python3Packages.symbolic: 12.17.0 -> 12.17.1

This commit is contained in:
R. Ryantm
2026-01-13 11:33:46 +00:00
parent 5cc1118e4a
commit 123a1d8b0c
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "symbolic";
version = "12.17.0";
version = "12.17.1";
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-+V7Hel+03ktmf0IHcllBDyD46yQEyrcfKV9iuIHF7a4=";
hash = "sha256-rO+bLg2TgSxWJ+ub3TLejKdWTlp9e5/++TEna73Y0Lk=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-eLW+vCdhd4A7SU84Z9BO+sbFryMDSOUSewpqNw9d9Yc=";
hash = "sha256-Us3xROXFKmlYOavXVyvxraMuY6p75AKjh9AOX49ui4Q=";
};
nativeBuildInputs = [