From bf5d5aa2fc42dc05b717f565dddecc1d4641b1cd Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 7 Nov 2022 22:40:29 +0000 Subject: [PATCH] updated v3.5.1 --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index f2996d0..c1a1e95 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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 }} @@ -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