Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Oct 31, 2022
1 parent b6851fb commit 4dda44b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set name = "qha" %}
{% set version = "1.0.21" %}
{% set version = "1.0.22" %}

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

source:
git_url: https://github.com/MineralsCloud/qha.git
git_rev: "1.0.21"
git_rev: {{ version }}
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: ba49d2bc2d05a9450e81c15c1516a2743868662483b767cb3aaec22f04d1cbc2
sha256: 9bdc5b529794c569bc58e741fc5cf4454434c1101580a3f9cba619a7c56f8d9c

build:
noarch: python
Expand Down

0 comments on commit 4dda44b

Please sign in to comment.