3 Commits

Author SHA1 Message Date
bbeef0b07e Merge branch 'master' into current 2025-09-25 07:06:40 +02:00
Felix Bargfeldt
cf13c81c3b python3Packages.symbolic: 12.16.2 -> 12.16.3 (#445936) 2025-09-25 05:03:21 +00:00
R. Ryantm
1c647140a5 python3Packages.symbolic: 12.16.2 -> 12.16.3 2025-09-25 03:19:42 +00:00

View File

@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "symbolic";
version = "12.16.2";
version = "12.16.3";
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-1auaIvm9y6iIhRC+mU6PX7vsPok0CDVJHLd4nx5j5wU=";
hash = "sha256-Qs457hAMwuCvLFZ9XMjJYv6SZ/Btietq6brJghr3XEs=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-uHRgV+wcdOsFqcYBMCJqy4CADN8XpXeKuVAsjI54Y9I=";
hash = "sha256-6nlmKrIukuOzKCEOVcHBemVUyTjxcSsiXjq5OGF2WjQ=";
};
nativeBuildInputs = [