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

line_profiler v3.5.1 #64

Closed
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
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "line_profiler" %}
{% set version = "3.4.0" %}
{% set checksum = "b6b0a8100a2829358e31ef7c6f427b1dcf2b1d8e5d38b55b219719ecf758aee5" %}
{% set version = "3.5.1" %}
{% set checksum = "77400208bfbd5d4341938a9a3a4fb5194f5af7fc23b2d496c913755f8310e8b8" %}

package:
name: {{ name }}
Expand All @@ -12,7 +12,7 @@ source:
sha256: {{ checksum }}

build:
number: 2
number: 0
script:
# We can't use CMAKE_GENERATOR implicitly via conda_build_config.yaml, yet,
# due to https://github.com/AnacondaRecipes/aggregate/pull/182
Expand Down