We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32500ef commit a8c8a4aCopy full SHA for a8c8a4a
L/libpolymake_julia/build_tarballs.jl
@@ -9,7 +9,7 @@ include("../../L/libjulia/common.jl")
9
filter!(>=(v"1.10"), julia_versions)
10
11
name = "libpolymake_julia"
12
-version = v"0.14.5"
+version = v"0.14.6"
13
14
# reminder: change the above version when changing the supported julia versions
15
# julia_versions is now taken from libjulia/common.jl and filtered
@@ -18,7 +18,7 @@ julia_compat = libjulia_julia_compat(julia_versions)
18
# Collection of sources required to build libpolymake_julia
19
sources = [
20
GitSource("https://github.com/oscar-system/libpolymake-julia.git",
21
- "05c15ac09fb0ef48ec616e1bdc8ab1641e45a57b"),
+ "6c9c4ee6abdd79a5cbf65ceed165847922527289"),
22
]
23
24
# Bash recipe for building across all platforms
0 commit comments