Skip to content

Commit

Permalink
Update whatshap to 2.4 (#53393)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored Jan 22, 2025
1 parent be1b913 commit d381083
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/whatshap/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "whatshap" %}
{% set version = "2.3" %}
{% set version = "2.4" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://files.pythonhosted.org/packages/37/99/7f156642064fe65aabbe6fa044a485e2aae6437dd545a9d539c06c1535dd/whatshap-2.3.tar.gz
sha256: 1f7ac47b18784b213492e4b92dddc63132d371b2f353660462536bcadc15e62e
url: https://files.pythonhosted.org/packages/a8/3f/e2beea47085f75f3947aff278911b1798a688dd48bd2044feb99b2823647/whatshap-2.4.tar.gz
sha256: 14217a9061b75498d73812f01f948cd735815d20e47d29c9cbb6c1bb57a477c7

build:
number: 3
number: 0
script_env:
- SETUPTOOLS_SCM_PRETEND_VERSION={{ version }}
script: {{ PYTHON }} -m pip install --no-deps --no-build-isolation --no-cache-dir . -vvv
Expand Down

0 comments on commit d381083

Please sign in to comment.