Skip to content

Update bitarray from 3.3.2 to 3.4.0 #2305

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

Merged
merged 1 commit into from
May 8, 2025
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/recipes_emscripten/bitarray/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
context:
name: bitarray
version: 3.3.2
version: 3.4.0

package:
name: ${{ name|lower }}
Expand All @@ -9,7 +9,7 @@ package:
source:
url: https://pypi.io/packages/source/${{ name[0] }}/${{ name }}/${{ name }}-${{
version }}.tar.gz
sha256: e91ddcdf4075de26234ae74b60cdd39e170e3e4fafa1c593ecc28749e9b165e2
sha256: 33eee090eade2c8303bfc01a9e104fea306d330035b18b5c50a04cb0cb76f08d

build:
number: 0
Expand Down