We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff98989 commit 3012ce0Copy full SHA for 3012ce0
packaging/MacSDK/fsharp.py
@@ -2,8 +2,8 @@ class FsharpPackage(GitHubTarballPackage):
2
def __init__(self):
3
GitHubTarballPackage.__init__(self,
4
'fsharp', 'fsharp',
5
- '4.1.32',
6
- 'a8ec45a4a83e438ed99dc7721f263cb89a4ebe8b',
+ '4.1.33',
+ '561af8ba705fdbd84274702bc8073b9a94ba0a7d',
7
configure='./configure --prefix="%{package_prefix}"',
8
override_properties={ 'make': 'make' })
9
0 commit comments