From 2a2385d389c353b55a9c662da6e90809975681c3 Mon Sep 17 00:00:00 2001 From: Mikhail Tavarez Date: Fri, 9 May 2025 12:40:34 -0500 Subject: [PATCH] Update recipe.yaml --- recipes/small_time/recipe.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/small_time/recipe.yaml b/recipes/small_time/recipe.yaml index 2f450613..992abd2e 100644 --- a/recipes/small_time/recipe.yaml +++ b/recipes/small_time/recipe.yaml @@ -1,5 +1,5 @@ context: - version: "25.2.0" + version: "25.3.0" package: name: "small_time" @@ -7,7 +7,7 @@ package: source: - git: https://github.com/thatstoasty/small-time.git - rev: 3d16b2d4be7a0666725a4412ba827c9a122ec623 + rev: 28848acaef5e1b1aa76f6befa8994fee5628a5a5 build: number: 0 @@ -15,7 +15,7 @@ build: - mojo package src/small_time -o ${{ PREFIX }}/lib/mojo/small_time.mojopkg requirements: host: - - max =25.2 + - max =25.3 run: - ${{ pin_compatible('max') }}