Skip to content

Commit

Permalink
6.32.02
Browse files Browse the repository at this point in the history
  • Loading branch information
vepadulano committed Jul 7, 2024
1 parent edf9c94 commit 01d38d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{% set name = "root" %}
{% set tag_name = "6-32-00" %}
{% set tag_name = "6-32-02" %}
{% set version = ".".join(tag_name.split("-")|map("int")|map("string")) %}
{% set build_number = 2 %}
{% set build_number = 0 %}
{% set clang_version = "16.0.6" %}
{% set clang_patches_version = "root_63200" %}
{% set clang_patches_version = "root_63202" %}

{% set builtin_pyroot = True %}
{% set builtin_clang = False %}
Expand All @@ -26,7 +26,7 @@ source:
git_rev: {{ os.environ["ROOT_CONDA_GIT_REV"] }}
{%- else %}
url: https://github.com/root-project/root/archive/refs/tags/v{{ tag_name }}.tar.gz
sha256: 3e497c8217b3ef629f339077f92d7ad377e5295611a2bf9faf0067566125c634
sha256: 332c763d2d5eb8a759893453637f24b3900476f73a1a4c7a205f8f7b3104f449
{%- endif %}
folder: root-source
patches:
Expand Down

0 comments on commit 01d38d5

Please sign in to comment.