Skip to content
Open
Show file tree
Hide file tree
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 src/omnipkg/conda-recipes/meta-noarch.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "omnipkg" %}
{% set version = "2.2.2" %}
{% set version = "3.4.1" %}
{% set python_min = "3.10" %}

package:
Expand All @@ -8,7 +8,7 @@ package:

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: ffc49b306dd7ba527a793481e8950919a2d4aa8b080b3af595491d0e3f04fcf8
sha256: 9b51d447078e3d547ebe340a3458dc4ed8b79b84d78fbf5a64b9320e94549245

build:
number: 0
Expand Down
4 changes: 2 additions & 2 deletions src/omnipkg/conda-recipes/meta-platforms.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "omnipkg" %}
{% set version = "2.2.2" %}
{% set version = "3.4.1" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: ffc49b306dd7ba527a793481e8950919a2d4aa8b080b3af595491d0e3f04fcf8
sha256: 9b51d447078e3d547ebe340a3458dc4ed8b79b84d78fbf5a64b9320e94549245

build:
number: 0
Expand Down
Loading