Skip to content

Commit

Permalink
Merge pull request #3 from regro-cf-autotick-bot/1.1.1_haa1ca6
Browse files Browse the repository at this point in the history
pymeos-cffi v1.1.1
  • Loading branch information
Diviloper authored Apr 16, 2024
2 parents e45aad5 + a046137 commit b21d7a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{% set name = "pymeos-cffi" %}
{% set version = "1.1.0" %}
{% set version = "1.1.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name | replace("-", "_") }}/{{ name | replace("-", "_") }}-{{ version }}.tar.gz
sha256: 08d0b50293f2af458188aa3a41af0d6ecd2d2db91130128ddf33ffb47343d57b
sha256: 1ff11e3015d4c782daf44ced20aad63c32f4d8828080dfe2ac94937d75c4defe

build:
skip: true # [win]
skip: true # [py<37]
number: 2
number: 0
script: {{ PYTHON }} -m pip install . -vv

requirements:
Expand Down

0 comments on commit b21d7a4

Please sign in to comment.