Skip to content

Commit

Permalink
Update nglview to v1.1.5 (#10217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Travis authored and bgruening committed Aug 3, 2018
1 parent d7ca686 commit f674132
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions recipes/nglview/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% set version = "1.1.3" %}
{% set sha256 = "7923009420dd6876b5f6d5c9cf13012e7840d187254668ddaf3b63692a6b85d1" %}
{% set version = "1.1.5" %}
{% set sha256 = "1a7d0e6d524371dbb6e29e055e96ac8ea1d0f333b854af52dcc9eed2a70e6485" %}
# from: https://github.com/conda-forge/nglview-feedstock/blob/master/recipe/meta.yaml

package:
name: nglview
version: '{{version}}'
version: '{{ version }}'

source:
url: https://pypi.io/packages/source/n/nglview/nglview-{{version}}.tar.gz
sha256: '{{sha256}}'
url: https://pypi.io/packages/source/n/nglview/nglview-{{ version }}.tar.gz
sha256: '{{ sha256 }}'

build:
number: 0
Expand All @@ -31,12 +31,12 @@ test:
- notebook

about:
home: http://github.com/arose/nglview
home: https://github.com/arose/nglview
license: MIT
license_family: MIT
license_file: LICENSE
summary: An IPython widget to interactively view molecular structures and trajectories.
Utilizes the embeddable NGL Viewer for rendering.
summary: An IPython widget to interactively view molecular structures and trajectories. Utilizes the embeddable NGL Viewer
for rendering.
doc_url: https://arose.github.io/nglview/latest/
dev_url: https://github.com/arose/nglview

Expand Down

0 comments on commit f674132

Please sign in to comment.