We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc41569 commit 3790238Copy full SHA for 3790238
M/MAGEMin/build_tarballs.jl
@@ -4,11 +4,11 @@ using BinaryBuilder, Pkg
4
using Base.BinaryPlatforms
5
6
name = "MAGEMin"
7
-version = v"1.7.5"
+version = v"1.7.6"
8
9
# Collection of sources required to complete build
10
sources = [GitSource("https://github.com/ComputationalThermodynamics/MAGEMin",
11
- "26a6712bbcdd5d8f45fdac696941606d89d2132a") ]
+ "e6999ecb69aec6b03511ce454dd4d33b8f7085cc") ]
12
13
# Bash recipe for building across all platforms
14
script = raw"""
0 commit comments