Skip to content

Commit

Permalink
Update cramino to 0.15.0 (#51900)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored Nov 4, 2024
1 parent 3a3d558 commit f15d991
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions recipes/cramino/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.14.5" %}
{% set version = "0.15.0" %}

package:
name: cramino
Expand All @@ -12,11 +12,15 @@ build:

source:
url: https://github.com/wdecoster/cramino/archive/v{{ version }}.tar.gz
sha256: d3b31ab76808ca76171e2539cfe30e66fe24cbd4af4ff9a941c282a0bc438032
sha256: 731d4232e8a5503f704825b04e8ff081294381a1324fec3e59771ca773c68465

requirements:
build:
- {{ compiler('c') }}
- {{ compiler('rust') }}
- {{ compiler('cxx') }}
- clangdev
- llvmdev
- rust >=1.60
- cmake
- make
Expand Down

0 comments on commit f15d991

Please sign in to comment.