python313Packages.symbolic: 12.14.1 -> 12.15.5

(cherry picked from commit c84d231ad016d9209b6260e73ad63ae28f83dbcd)
This commit is contained in:
Sandro Jäckel 2025-07-11 00:47:19 +02:00
parent c37890b1b6
commit 6bc48fa3b6
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -13,21 +13,21 @@
buildPythonPackage rec {
pname = "symbolic";
version = "12.14.1";
version = "12.15.5";
pyproject = true;
src = fetchFromGitHub {
owner = "getsentry";
repo = "symbolic";
tag = version;
hash = "sha256-u3nEYvnt2P+W/0zYctikMgdkalej86eCYhfWj9LW4pU=";
# the `py` directory is not included in the tarball, so we fetch the source via git instead
forceFetchGit = true;
hash = "sha256-hHAMWXY05chd3sJCMGixytabZ1G0uzZRLg0KmutRJEY=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-X8IjmSQD32bougiUFyuk8OOGIzIQgk/TjVM5bgUey5M=";
hash = "sha256-JGq3VYZwEsp4+MiQftf1k2T/48KSD7SqnbRcwgAcaDE=";
};
nativeBuildInputs = [