Skip to content
Open
Changes from 1 commit
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.4.1"
version: "25.6.0"

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

source:
- git: https://github.com/thatstoasty/small-time.git
rev: 5eb887d8efcf2d401d7ebef82f332550bcffbdb9
rev: cd584c00b350ae0b4d94bbe3451230e000109874

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

Expand Down