@@ -125,8 +125,8 @@ def conda_environment(name = "conda_env"):
125
125
conda_package_repository (
126
126
name = "conda_package_libgcc" ,
127
127
base_urls = ["https://conda.anaconda.org/conda-forge/linux-64" ],
128
- dist_name = "libgcc-14.1 .0-h77fa898_1" ,
129
- sha256 = "10fa74b69266a2be7b96db881e18fa62cfa03082b65231e8d652e897c4b335a3 " ,
128
+ dist_name = "libgcc-14.2 .0-h77fa898_1" ,
129
+ sha256 = "53eb8a79365e58849e7b1a068d31f4f9e718dc938d6f2c03e960345739a03569 " ,
130
130
archive_type = "conda" ,
131
131
license_file = "share/licenses/gcc-libs/RUNTIME.LIBRARY.EXCEPTION" ,
132
132
exclude_deps = ["_openmp_mutex" ],
@@ -136,8 +136,8 @@ def conda_environment(name = "conda_env"):
136
136
conda_package_repository (
137
137
name = "conda_package_libgcc_ng" ,
138
138
base_urls = ["https://conda.anaconda.org/conda-forge/linux-64" ],
139
- dist_name = "libgcc-ng-14.1 .0-h69a702a_1" ,
140
- sha256 = "b91f7021e14c3d5c840fbf0dc75370d6e1f7c7ff4482220940eaafb9c64613b7 " ,
139
+ dist_name = "libgcc-ng-14.2 .0-h69a702a_1" ,
140
+ sha256 = "3a76969c80e9af8b6e7a55090088bc41da4cffcde9e2c71b17f44d37b7cb87f7 " ,
141
141
exclude = [
142
142
"lib/libgomp.so*" ,
143
143
"lib/lib*san.so*" ,
@@ -170,17 +170,17 @@ def conda_environment(name = "conda_env"):
170
170
conda_package_repository (
171
171
name = "conda_package_libstdcxx" ,
172
172
base_urls = ["https://conda.anaconda.org/conda-forge/linux-64" ],
173
- dist_name = "libstdcxx-14.1 .0-hc0a3c3a_1" ,
174
- sha256 = "44decb3d23abacf1c6dd59f3c152a7101b7ca565b4ef8872804ceaedcc53a9cd " ,
173
+ dist_name = "libstdcxx-14.2 .0-hc0a3c3a_1" ,
174
+ sha256 = "4661af0eb9bdcbb5fb33e5d0023b001ad4be828fccdcc56500059d56f9869462 " ,
175
175
archive_type = "conda" ,
176
176
license_file = "share/licenses/libstdc++/RUNTIME.LIBRARY.EXCEPTION" ,
177
177
conda_repo = name ,
178
178
)
179
179
conda_package_repository (
180
180
name = "conda_package_libstdcxx_ng" ,
181
181
base_urls = ["https://conda.anaconda.org/conda-forge/linux-64" ],
182
- dist_name = "libstdcxx-ng-14.1 .0-h4852527_1" ,
183
- sha256 = "a2dc44f97290740cc187bfe94ce543e6eb3c2ea8964d99f189a1d8c97b419b8c " ,
182
+ dist_name = "libstdcxx-ng-14.2 .0-h4852527_1" ,
183
+ sha256 = "25bb30b827d4f6d6f0522cc0579e431695503822f144043b93c50237017fffd8 " ,
184
184
archive_type = "conda" ,
185
185
conda_repo = name ,
186
186
)
0 commit comments