Skip to content

Commit

Permalink
GCC 13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau committed Oct 20, 2023
1 parent 3ba83e1 commit c1f6e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion specs/gcc.anod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import os
class GCC(spec("gh-artifact")):
@property
def version(self):
return "13.1.0"
return "13.2.0"

@property
def tarball(self):
Expand Down
2 changes: 1 addition & 1 deletion specs/mpfr.anod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ from e3.anod.loader import spec
class MPFR(spec("gnu")):
@property
def version(self):
return "4.2.0"
return "4.2.1"

@property
def tarball(self):
Expand Down

0 comments on commit c1f6e0c

Please sign in to comment.