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 nanocomp to 1.0.0 #12124

Merged
merged 1 commit into from
Nov 17, 2018
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
4 changes: 2 additions & 2 deletions recipes/nanocomp/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.23.1" %}
{% set version = "1.0.0" %}

package:
name: nanocomp
version: {{ version }}

source:
url: https://pypi.io/packages/source/n/nanocomp/NanoComp-{{ version }}.tar.gz
sha256: f221bd2e693711d94e761b49099f5d349d3ecf1118287eb7f9178522f5a70f10
sha256: 1d20f5b0d944da84fa32a94a65193b7cd2502bf915b25f61b9680be0ffde54cd

build:
entry_points:
Expand Down