Skip to content

Commit 13872f4

Browse files
authored
Update c-Blosc2 to 2.0.2 (#3329)
1 parent 33ffcc9 commit 13872f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

B/Blosc2/build_tarballs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
using BinaryBuilder, Pkg
44

55
name = "Blosc2"
6-
version = v"2.0.1"
6+
version = v"2.0.2"
77

88
# Collection of sources required to build Blosc2
99
sources = [
10-
GitSource("https://github.com/Blosc/c-blosc2.git", "c873c2b2c0142ae2324ad23eb17f0e9d290b4c25"),
10+
GitSource("https://github.com/Blosc/c-blosc2.git", "254e4400ef6e65cca33242d7f345ce67c51570f0"),
1111
]
1212

1313
# Bash recipe for building across all platforms

0 commit comments

Comments
 (0)