python3Packages.symbolic: 13.2.0 -> 13.3.1

This commit is contained in:
R. Ryantm
2026-06-23 10:10:40 +00:00
parent 6319190c82
commit 8f58add7b0
@@ -14,7 +14,7 @@
buildPythonPackage (finalAttrs: {
pname = "symbolic";
version = "13.2.0";
version = "13.3.1";
pyproject = true;
src = fetchFromGitHub {
@@ -23,12 +23,12 @@ buildPythonPackage (finalAttrs: {
tag = finalAttrs.version;
# the `py` directory is not included in the tarball, so we fetch the source via git instead
forceFetchGit = true;
hash = "sha256-Nks8CClNENRFBbEGgFP3yhi5sWR/iiaLOdTayPD7M9k=";
hash = "sha256-w2suCkNxuHGLnf8+RsXwyZWYKGT/41rrckVUWQgT1bg=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-r+9mrGyr78UenC9BFpW1a+VjEAXgcamLOoI8V1N10Cg=";
hash = "sha256-6AnNOTdiUvJbmB4TJdEipKoTLXHlJb5WPX51GtJy+II=";
};
nativeBuildInputs = [