Skip to content

Commit b579f56

Browse files
authored
Update small_time for 25.4 (#145)
* Update recipe.yaml * Update recipe.yaml
1 parent 19abbcb commit b579f56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipes/small_time/recipe.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
context:
2-
version: "25.3.0"
2+
version: "25.4.0"
33

44
package:
55
name: "small_time"
66
version: ${{ version }}
77

88
source:
99
- git: https://github.com/thatstoasty/small-time.git
10-
rev: 28848acaef5e1b1aa76f6befa8994fee5628a5a5
10+
rev: 04d8c7a3febbbb6707b11aeebb55b42d7f7d4129
1111

1212
build:
1313
number: 0
1414
script:
1515
- mojo package src/small_time -o ${{ PREFIX }}/lib/mojo/small_time.mojopkg
1616
requirements:
1717
host:
18-
- max =25.3
18+
- max =25.4
1919
run:
2020
- ${{ pin_compatible('max') }}
2121

0 commit comments

Comments
 (0)