Skip to content

Commit

Permalink
conda-build v3.28.1 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot authored Dec 7, 2023
1 parent 9c3dc49 commit 59e86fd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "conda-build" %}
{% set version = "3.28.0" %}
{% set version = "3.28.1" %}

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

source:
url: https://github.com/conda/{{ name }}/archive/refs/tags/{{ version }}.tar.gz
sha256: efc713ba0cfe75a9ef3c0a6b2e7455ca89c1e9d298f15b75d769c0c47cc2e67f
sha256: 5df6757f2762574f26f66e0652f1cb0debb0079ed7b0f6732e612b3882e64967
patches:
- patches/gh4867.patch

Expand Down Expand Up @@ -71,7 +71,11 @@ test:
- conda_build
- conda_build.jinja_context

requires:
- pip

commands:
- python -m pip check
# builtin subcommands
- conda --help
- conda build --help
Expand Down

0 comments on commit 59e86fd

Please sign in to comment.