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 bustools to 0.43.2 #45055

Merged
merged 1 commit into from
Jan 4, 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/bustools/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.43.1" %}
{% set version = "0.43.2" %}

package:
name: bustools
version: {{ version }}

source:
url: https://github.com/BUStools/bustools/archive/v{{ version }}.tar.gz
sha256: ac94a33ca459de81c5756825a7a7f8daeae357fc6bf0ef88d4900e77b70f2b90
sha256: ad5816152644ee615316daecf5883183994bd7cc96e6c008439123f4cd750b1f

build:
number: 0
Expand Down