Skip to content

Commit

Permalink
tiledbsoma 1.14.2 hash-fix (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl authored Sep 27, 2024
1 parent 1c5952f commit 310f182
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "tiledbsoma" %}
{% set version = "1.14.2" %}
{% set sha256 = "tbd" %}
{% set sha256 = "b459976562fdea0c5a2ae03843b44e82e0a1d1f0721f3452d19ba49ad8d62231" %}
# This is the SHA256 of
# TileDB-SOMA-i.j.k.tar.gz
# from
Expand All @@ -16,19 +16,19 @@ package:
version: {{ version }}

# Post-tag real thing:
#source:
# url: https://github.com/single-cell-data/TileDB-SOMA/archive/{{ version }}.tar.gz
# sha256: {{ sha256 }}
source:
url: https://github.com/single-cell-data/TileDB-SOMA/archive/{{ version }}.tar.gz
sha256: {{ sha256 }}

# Pre-tag canary "will Conda be green if we release":
source:
git_url: https://github.com/single-cell-data/TileDB-SOMA.git
git_rev: 2d5d705b020f2996a9266fe9268732f7c440cc37
git_depth: -1
# hoping to be 1.14.2 <-- FILL IN HERE
#source:
# git_url: https://github.com/single-cell-data/TileDB-SOMA.git
# git_rev: 2d5d705b020f2996a9266fe9268732f7c440cc37
# git_depth: -1
# # hoping to be 1.14.2 <-- FILL IN HERE

build:
number: 0
number: 1
skip: true # [win or linux32 or py2k]
# Important: set this back to 0 on a new release

Expand Down

0 comments on commit 310f182

Please sign in to comment.