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 meta.yaml #10

Merged
merged 1 commit into from Jan 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipe/meta.yaml
@@ -1,13 +1,13 @@
{% set name = "schist" %}
{% set version = "0.7.12" %}
{% set version = "0.7.13" %}

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

source:
url: https://github.com/dawe/schist/archive/refs/tags/v{{ version }}.tar.gz
sha256: 4d806b7116fe8e5cbb13ec3d34de68a0b5cb1dec6d63cf0639eb9c330cd606c5
sha256: 544ed15c96f7f0eb5a22f5d7b70503d28c65ea750d1218832aab8335eb667a40

build:
noarch: python
Expand Down