Skip to content

Commit 3012ce0

Browse files
dsymeakoeplinger
authored andcommitted
Update F# to 4.1.33
Next update to F# to include regression fix dotnet/fsharp#4348
1 parent ff98989 commit 3012ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packaging/MacSDK/fsharp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class FsharpPackage(GitHubTarballPackage):
22
def __init__(self):
33
GitHubTarballPackage.__init__(self,
44
'fsharp', 'fsharp',
5-
'4.1.32',
6-
'a8ec45a4a83e438ed99dc7721f263cb89a4ebe8b',
5+
'4.1.33',
6+
'561af8ba705fdbd84274702bc8073b9a94ba0a7d',
77
configure='./configure --prefix="%{package_prefix}"',
88
override_properties={ 'make': 'make' })
99

0 commit comments

Comments
 (0)