We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111e733 commit d09ae19Copy full SHA for d09ae19
CMake/cdat_modules/matplotlib_pkg.cmake
@@ -3,11 +3,11 @@ set( MATPLOTLIB_MINOR_MIN 1 )
3
set( MATPLOTLIB_PATCH_MIN 0 )
4
set( MATPLOTLIB_MAJOR 1 )
5
set( MATPLOTLIB_MINOR 4 )
6
-set( MATPLOTLIB_PATCH 0 )
+set( MATPLOTLIB_PATCH 2 )
7
set( MATPLOTLIB_VERSION ${MATPLOTLIB_MAJOR}.${MATPLOTLIB_MINOR}.${MATPLOTLIB_PATCH} )
8
set( MATPLOTLIB_URL ${LLNL_URL} )
9
set( MATPLOTLIB_GZ matplotlib-${MATPLOTLIB_VERSION}.tar.gz )
10
-set( MATPLOTLIB_MD5 0bf2e83b970806bd5a630992b80993c7)
+set( MATPLOTLIB_MD5 7d22efb6cce475025733c50487bd8898)
11
12
set (nm MATPLOTLIB)
13
string(TOUPPER ${nm} uc_nm)
0 commit comments