Skip to content

Commit

Permalink
Merge pull request conda-forge#27 from nicoddemus/release-3.2.3
Browse files Browse the repository at this point in the history
Update to 3.2.3
  • Loading branch information
nicoddemus authored Oct 5, 2017
2 parents 1fe9220 + cfad919 commit 5590cdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "pytest" %}
{% set version = "3.2.2" %}
{% set sha256 = "f46e49e0340a532764991c498244a60e3a37d7424a532b3ff1a6a7653f1a403a" %}
{% set version = "3.2.3" %}
{% set sha256 = "27fa6617efc2869d3e969a3e75ec060375bfb28831ade8b5cdd68da3a741dc3c" %}

package:
name: {{ name|lower }}
Expand All @@ -12,7 +12,7 @@ source:
sha256: {{ sha256 }}

build:
number: 1
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
entry_points:
- py.test = py.test:main
Expand Down

0 comments on commit 5590cdc

Please sign in to comment.