Skip to content

Commit

Permalink
Update fastk to 1.1.0 (#51740)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored Oct 28, 2024
1 parent e76dd9f commit 77565e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/fastk/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "FASTK" %}
{% set version = "1.0.0" %}
{% set sha256 = "92f3f4633fc702f20b6d3c07c6fe10b002d746b25154e090f0115ac7d2791863" %}
{% set version = "1.1.0" %}
{% set sha256 = "28a2de98ede77d4b4476596851f92413a9d99a1d3341afc6682d5333ac797f07" %}

package:
name: {{ name|lower }}
Expand All @@ -13,7 +13,7 @@ source:
- patch

build:
number: 1
number: 0
skip: true # [osx]
run_exports:
- {{ pin_subpackage("fastk", max_pin="x") }}
Expand All @@ -39,4 +39,4 @@ about:

extra:
additional-platforms:
- linux-aarch64
- linux-aarch64

0 comments on commit 77565e2

Please sign in to comment.