Skip to content

Commit 4f2facc

Browse files
committed
Merge pull request #921 from durack1/issue841_durack1_matplotlib142Update
Issue841 durack1 matplotlib142 update works great for me
2 parents 91f88a0 + d09ae19 commit 4f2facc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMake/cdat_modules/matplotlib_pkg.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ set( MATPLOTLIB_MINOR_MIN 1 )
33
set( MATPLOTLIB_PATCH_MIN 0 )
44
set( MATPLOTLIB_MAJOR 1 )
55
set( MATPLOTLIB_MINOR 4 )
6-
set( MATPLOTLIB_PATCH 0 )
6+
set( MATPLOTLIB_PATCH 2 )
77
set( MATPLOTLIB_VERSION ${MATPLOTLIB_MAJOR}.${MATPLOTLIB_MINOR}.${MATPLOTLIB_PATCH} )
88
set( MATPLOTLIB_URL ${LLNL_URL} )
99
set( MATPLOTLIB_GZ matplotlib-${MATPLOTLIB_VERSION}.tar.gz )
10-
set( MATPLOTLIB_MD5 0bf2e83b970806bd5a630992b80993c7)
10+
set( MATPLOTLIB_MD5 7d22efb6cce475025733c50487bd8898)
1111

1212
set (nm MATPLOTLIB)
1313
string(TOUPPER ${nm} uc_nm)

0 commit comments

Comments
 (0)