Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipes/small_time/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
context:
version: "25.2.0"
version: "25.3.0"

package:
name: "small_time"
version: ${{ version }}

source:
- git: https://github.com/thatstoasty/small-time.git
rev: 3d16b2d4be7a0666725a4412ba827c9a122ec623
rev: 28848acaef5e1b1aa76f6befa8994fee5628a5a5

build:
number: 0
script:
- mojo package src/small_time -o ${{ PREFIX }}/lib/mojo/small_time.mojopkg
requirements:
host:
- max =25.2
- max =25.3
run:
- ${{ pin_compatible('max') }}

Expand Down