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 simlord to 1.0.4 #19563

Merged
merged 1 commit into from
Jan 7, 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
8 changes: 4 additions & 4 deletions recipes/simlord/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package:
name: simlord
version: "1.0.3"
version: "1.0.4"

source:
url: https://files.pythonhosted.org/packages/31/55/e263d8fa087352475cae0f5c9023dff13108e63678675a668b91efc9b1f3/simlord-1.0.3.zip
sha256: 40abec8e31c88f69b485a262abae200b27ebe4e937fe58a3d7508dfa22739dac
url: https://files.pythonhosted.org/packages/b7/41/0deb50e6d2b003799371dda32a2b81d254e5b665f8435c75d656a7d6d080/simlord-1.0.4.zip
sha256: 8f3f018da10b91ad865c602eb3926513dcdbfd3b0108f5d5006aee4bca4a74b6

build:
number: 3
number: 0
skip: True # [py2k]
script: {{ PYTHON }} -m pip install . --ignore-installed --no-deps -vv
entry_points:
Expand Down