diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 93d620b..4a5eec2 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "ipython_memory_usage" %} -{% set version = "1.1" %} +{% set version = "1.2" %} package: name: {{ name|lower }} @@ -7,7 +7,8 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - sha256: 1f4697210257f853fea74de0cf3fae60a32e550e578bac6f46de9b40c550422b + #url: https://files.pythonhosted.org/packages/60/e5/6e437102cf49c3843c8f192c7c7b99184e5946930bb9ab0e23799e802586/ipython_memory_usage-1.2.tar.gz + sha256: 1704ada665410f0443052efc108f4c8819c60bb7b0d6e7b253a098f0a66284d0 build: noarch: python @@ -25,7 +26,9 @@ requirements: test: imports: - - ipython_memory_usage + - datetime + + #ipython_memory_usage about: home: https://github.com/ianozsvald/ipython_memory_usage @@ -38,3 +41,4 @@ about: extra: recipe-maintainers: - xhochy + - ianozsvald