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 584796e commit 7a8d92fCopy full SHA for 7a8d92f
recipes/metaquantome/meta.yaml
@@ -1,8 +1,8 @@
1
{% set name = "metaquantome" %}
2
-{% set version = "1.0a0" %}
+{% set version = "1.0.0" %}
3
{% set file_ext = "tar.gz" %}
4
{% set hash_type = "sha256" %}
5
-{% set hash_value = "0c12afefe163eaec6ff2d7eb06e88a74607287ce1af5fb9ece329ae42258b54c" %}
+{% set hash_value = "63220396c629e57005f44b3e5830deb8bd2c8ae37196a5ef0981a6fff4fd2de9" %}
6
7
package:
8
name: '{{ name }}'
@@ -14,7 +14,7 @@ source:
14
15
build:
16
noarch: python
17
- number: 3
+ number: 0
18
script: python setup.py install --single-version-externally-managed --record=record.txt
19
20
requirements:
0 commit comments