Skip to content

Commit

Permalink
Update zol to 1.5.2 (#52051)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored Nov 12, 2024
1 parent c72c575 commit 3f52935
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions recipes/zol/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "zol" %}
{% set version = "1.5.1" %}
{% set version = "1.5.2" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/Kalan-Lab/zol/archive/refs/tags/v{{ version }}.tar.gz
sha256: fdfd608d78bb62bb3068f6bfdbddfe850c4c2ed90b3ffd6d7817379faa01976d
sha256: 2e42064bacad5a6bd1b3d22fbdd2bb5f150b2e6aa0beb656794579ae7c9f6079

build:
number: 1
number: 0
skip: True # [py != 310]
run_exports:
- {{ pin_subpackage('zol', max_pin='x') }}
Expand Down Expand Up @@ -59,6 +59,8 @@ requirements:
- codoff
- gravis
- colour
- rich-argparse
- tqdm

test:
commands:
Expand Down

0 comments on commit 3f52935

Please sign in to comment.