We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b0928 commit 8764f04Copy full SHA for 8764f04
1 file changed
recipes/small_time/recipe.yaml
@@ -1,21 +1,21 @@
1
context:
2
- version: "0.0.3"
+ version: "25.2.0"
3
4
package:
5
name: "small_time"
6
version: ${{ version }}
7
8
source:
9
- git: https://github.com/thatstoasty/small-time.git
10
- rev: 34c801cd378c22695f3fb4f1dd04b0c10115f569
+ rev: 3d16b2d4be7a0666725a4412ba827c9a122ec623
11
12
build:
13
number: 0
14
script:
15
- mojo package src/small_time -o ${{ PREFIX }}/lib/mojo/small_time.mojopkg
16
requirements:
17
host:
18
- - max =25.1
+ - max =25.2
19
run:
20
- ${{ pin_compatible('max') }}
21
0 commit comments