Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zol to 1.5.2 #52051

Merged
merged 2 commits into from
Nov 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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