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 nanoget to 1.7.5 #12252

Merged
merged 2 commits into from
Nov 23, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipes/nanoget/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "1.7.4" %}
{% set version = "1.7.6" %}

package:
name: nanoget
version: {{ version }}

source:
url: https://pypi.io/packages/source/n/nanoget/nanoget-{{ version }}.tar.gz
sha256: 08f27ccf86006fc2c7345f5f41c098c1bf8992364d78abc118b5ce92696d6e65
sha256: 4458fdf523fbd4e96167e30824718617e9b161b076edbad76ca7ca66b47e35fb

build:
number: 0
Expand Down