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 ms-entropy to 1.3.3 #48586

Merged
merged 11 commits into from
Nov 4, 2024
Prev Previous commit
Next Next commit
Update ms-entropy to 1.3.3
BiocondaBot authored and Autobump committed Sep 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 4c6d88ca992713fc4c9f0f9dd51b0cdfa072b82c
4 changes: 2 additions & 2 deletions recipes/ms-entropy/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "ms-entropy" %}
{% set version = "1.3.2" %}
{% set version = "1.3.3" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/ms_entropy-{{ version }}.tar.gz
sha256: 09e46882dc97767cf4b26b25ade3f20e6e437a5618b4534beef3d2eace9bc526
sha256: 08fe799e237af12f7e5a3bcea8ae83e8940dc46f75c46fe2a4c717db4a75215c

build:
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv