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 7fa42bc commit e12a3a9Copy full SHA for e12a3a9
recipe/meta.yaml
@@ -1,14 +1,14 @@
1
-{% set version = "master" %}
+{% set version = "rel/1.0.2" %}
2
{% set name = "nipype" %}
3
-{% set sha256 = "66b4d6a79ae1a34f64523bae0184cbb8b55635cfaf693e12f35bcebd59d06e78" %}
+{% set sha256 = "b10590049910a3a8c4d038ebed23d3e56808b5bda7f0267f501497dacaec6dd4" %}
4
5
package:
6
name: {{ name }}
7
version: {{ version }}
8
9
source:
10
fn: {{ name }}-{{ version }}.tar.gz
11
- url: https://github.com/nipy/{{ name }}/archive/{{ version }}.tar.gz
+ url: https://github.com/mgxd/{{ name }}/archive/{{ version }}.tar.gz
12
sha256: {{ sha256 }}
13
14
build:
0 commit comments