Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update coinfinder to 1.0.3 #21087

Merged
merged 1 commit into from
Mar 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipes/coinfinder/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "coinfinder" %}
{% set version = "1.0.2" %}
{% set version = "1.0.3" %}

package:
name: "{{ name }}"
version: "{{ version }}"

source:
url: "https://github.com/fwhelan/{{ name }}/archive/{{ version }}.tar.gz"
sha256: 00e4b27591bc3bca0045fa530c0a8d1916527cf0511389c35702cad9a0f05e24
sha256: 522b3e4c73dc3a743de4990aac149d792479b007f5d3a83002e9540b7ee4e9e7

build:
number: 1
number: 0
skip: True # [py2k]
rpaths:
- lib/R/lib/
Expand Down