Skip to content

Commit

Permalink
Update mikado to 1.2.4 (#11549)
Browse files Browse the repository at this point in the history
  • Loading branch information
epruesse authored Oct 24, 2018
1 parent bb11e00 commit 543938d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/mikado/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% set name = "mikado" %}
{% set version = "1.2.3" %}
{% set version = "1.2.4" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "784747156ba369555486e2168ec7caad91f23034aec0b377edd154f09ec74fc6" %}
{% set hash_value = "d9268b08aba2635ad8941371bdbfd415344dc640349bbfcdccbcaf82e6cb064b" %}

package:
name: '{{ name|lower }}'
Expand All @@ -14,7 +14,7 @@ source:

build:
skip: True # [py27 or osx or py33]
number: 1
number: 0
entry_points:
- mikado = Mikado:main
- daijin = Mikado.daijin:main
Expand Down

0 comments on commit 543938d

Please sign in to comment.