Skip to content

Commit 33ffcc9

Browse files
authored
[libsingular_julia:] New version (#3328)
1 parent b67af0e commit 33ffcc9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

L/libsingular_julia/common.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import Pkg: PackageSpec
55
import Pkg.Types: VersionSpec
66

77
name = "libsingular_julia"
8-
version = VersionNumber(0, 14, julia_version.minor)
8+
version = VersionNumber(0, 15, julia_version.minor)
99

1010
# Collection of sources required to build libsingular-julia
1111
sources = [
12-
GitSource("https://github.com/oscar-system/libsingular-julia.git", "efb9628e91cd847aaead5b703198a2bf365223ce"),
12+
GitSource("https://github.com/oscar-system/libsingular-julia.git", "09099804e5c191dfb77f360807876062ed9c1cc0"),
1313
]
1414

1515
# Bash recipe for building across all platforms
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
julia_version = v"1.3.1"
22
include("../common.jl")
3-

0 commit comments

Comments
 (0)