From 92ed1c1fe9080d2340bb7b564558ff38b8559a62 Mon Sep 17 00:00:00 2001 From: Nuno Nobre Date: Fri, 3 Jan 2025 17:24:13 +0000 Subject: [PATCH] Bump conda versions (#29624) --- conda/moose-dev/conda_build_config.yaml | 2 +- conda/moose-dev/meta.yaml | 2 +- conda/moose/conda_build_config.yaml | 2 +- conda/pyhit/conda_build_config.yaml | 2 +- conda/pyhit/meta.yaml | 2 +- conda/wasp/meta.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conda/moose-dev/conda_build_config.yaml b/conda/moose-dev/conda_build_config.yaml index 92acd1e928c5..96e4a6c5cf17 100644 --- a/conda/moose-dev/conda_build_config.yaml +++ b/conda/moose-dev/conda_build_config.yaml @@ -7,7 +7,7 @@ moose_libmesh: - moose-libmesh 2024.12.02 openmpi_1 moose_wasp: - - moose-wasp 2024.12.23 + - moose-wasp 2025.01.07 moose_tools: - moose-tools 2024.12.23 diff --git a/conda/moose-dev/meta.yaml b/conda/moose-dev/meta.yaml index ecce79efdba0..3ec51f4dfe17 100644 --- a/conda/moose-dev/meta.yaml +++ b/conda/moose-dev/meta.yaml @@ -2,7 +2,7 @@ # REMEMBER TO UPDATE the .yaml files for the following packages: # moose/conda_build_config.yaml # As well as any directions pertaining to modifying those files. -{% set version = "2024.12.23" %} +{% set version = "2025.01.07" %} package: name: moose-dev diff --git a/conda/moose/conda_build_config.yaml b/conda/moose/conda_build_config.yaml index 30f84e9dc2f2..f2b2dd8f1178 100644 --- a/conda/moose/conda_build_config.yaml +++ b/conda/moose/conda_build_config.yaml @@ -3,7 +3,7 @@ mpi: - openmpi moose_dev: - - moose-dev 2024.12.23 + - moose-dev 2025.01.07 #### Darwin SDK SYSROOT CONDA_BUILD_SYSROOT: # [osx] diff --git a/conda/pyhit/conda_build_config.yaml b/conda/pyhit/conda_build_config.yaml index ae6001b4a0f4..140a15eba54e 100644 --- a/conda/pyhit/conda_build_config.yaml +++ b/conda/pyhit/conda_build_config.yaml @@ -1,5 +1,5 @@ moose_wasp: - moose-wasp 2024.05.08 + moose-wasp 2025.01.07 moose_python: - python 3.10 diff --git a/conda/pyhit/meta.yaml b/conda/pyhit/meta.yaml index 39cd9c423532..1b4782ce01c6 100644 --- a/conda/pyhit/meta.yaml +++ b/conda/pyhit/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "2024.05.08" %} +{% set version = "2025.01.07" %} package: name: moose-pyhit diff --git a/conda/wasp/meta.yaml b/conda/wasp/meta.yaml index 1c873b88ef94..2ddd0f7c77e9 100644 --- a/conda/wasp/meta.yaml +++ b/conda/wasp/meta.yaml @@ -4,7 +4,7 @@ # # As well as any directions pertaining to modifying those files. # ALSO: Follow the directions in scripts/tests/versioner_hashes.yaml -{% set version = "2024.12.23" %} +{% set version = "2025.01.07" %} package: name: moose-wasp