We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6851fb commit 4dda44bCopy full SHA for 4dda44b
meta.yaml
@@ -1,15 +1,15 @@
1
{% set name = "qha" %}
2
-{% set version = "1.0.21" %}
+{% set version = "1.0.22" %}
3
4
package:
5
name: {{ name|lower }}
6
version: {{ version }}
7
8
source:
9
git_url: https://github.com/MineralsCloud/qha.git
10
- git_rev: "1.0.21"
+ git_rev: {{ version }}
11
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
12
- sha256: ba49d2bc2d05a9450e81c15c1516a2743868662483b767cb3aaec22f04d1cbc2
+ sha256: 9bdc5b529794c569bc58e741fc5cf4454434c1101580a3f9cba619a7c56f8d9c
13
14
build:
15
noarch: python
0 commit comments