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 a0ab744 commit 11c7579Copy full SHA for 11c7579
recipe/meta.yaml
@@ -1,14 +1,14 @@
1
{% set version = "1.0.3" %}
2
{% set name = "nipype" %}
3
-{% set sha256 = "252b7efc5ffaa86e9a27023358b3ac232e420ee84f8ef3f55cc32518afd11afa" %}
+{% set sha256 = "920b149622760afbfda943ef1ed39ab07dc967ddfbdf9af4cb50848dab485437" %}
4
5
package:
6
name: {{ name }}
7
version: {{ version }}
8
9
source:
10
fn: {{ name }}-{{ version }}.tar.gz
11
- url: https://github.com/mgxd/{{ name }}/archive/rel/{{ version }}.tar.gz
+ url: https://github.com/nipy/{{ name }}/archive/{{ version }}.tar.gz
12
sha256: {{ sha256 }}
13
14
build:
0 commit comments