Skip to content
Open
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
7 changes: 5 additions & 2 deletions recipes/uuid/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: "1.0.0"
version: "1.1.0"

package:
name: uuid
version: ${{ version }}

source:
- git: https://github.com/lczerniawski/uuid.git
rev: 3e928b20ad4071de1bf84ec6666c09bd9dfc1514
rev: 77613ab60c9fcf73c848c5cdd1df5d1cc432ff3d

build:
number: 0
Expand All @@ -17,10 +17,13 @@ build:
requirements:
build:
- mojo-compiler =1.0.0b1
- crypto =0.1.0
host:
- mojo-compiler =1.0.0b1
- crypto =0.1.0
run:
- ${{ pin_compatible('mojo-compiler') }}
- ${{ pin_compatible('crypto') }}

tests:
- script:
Expand Down