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

Update teloscope to 0.0.3 #52161

Merged
merged 3 commits into from
Nov 18, 2024
Merged
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
4 changes: 2 additions & 2 deletions recipes/teloscope/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{% set name = "teloscope" %}
{% set version = "0.0.2" %}
{% set version = "0.0.3" %}
package:
name: {{ name }}
version: {{ version }}
source:
url: https://github.com/vgl-hub/teloscope/releases/download/v{{version}}/teloscope.v{{version}}-with_submodules.zip
sha256: 1c186d3531686fb37fd5236a87b024a4e0d9923f992baa6425962acf22174418
sha256: 73267c978e8175f53f2fef034f110d3c98dd15ea5b0e0b2814c65b34207bc499
build:
number: 0
run_exports:
Expand Down