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 chewbbaca to 3.3.4 #46698

Merged
merged 1 commit into from
Mar 24, 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
4 changes: 2 additions & 2 deletions recipes/chewbbaca/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = 'chewBBACA' %}
{% set version = '3.3.3' %}
{% set version = '3.3.4' %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: c29e34bdca769b38f8e9c7f7bd3547563f9e1e1effe5266e7b00674d9a7ca12a
sha256: 3e9debdd29fe67741b81041ffeb3b05946018ef273b7876daf033ec433f6e293

build:
number: 0
Expand Down