diff options
-rw-r--r-- | python/traitlets/traitlets.SlackBuild | 2 | ||||
-rw-r--r-- | python/traitlets/traitlets.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/traitlets/traitlets.SlackBuild b/python/traitlets/traitlets.SlackBuild index b3c012e56f..0a32158723 100644 --- a/python/traitlets/traitlets.SlackBuild +++ b/python/traitlets/traitlets.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=traitlets -VERSION=${VERSION:-4.3.1} +VERSION=${VERSION:-4.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/traitlets/traitlets.info b/python/traitlets/traitlets.info index e6ad3b229f..09f1cb170a 100644 --- a/python/traitlets/traitlets.info +++ b/python/traitlets/traitlets.info @@ -1,8 +1,8 @@ PRGNAM="traitlets" -VERSION="4.3.1" +VERSION="4.3.2" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/ipython/traitlets/archive/4.3.1/traitlets-4.3.1.tar.gz" -MD5SUM="146a4885ea64079f62a33b2049841543" +DOWNLOAD="https://github.com/ipython/traitlets/archive/4.3.2/traitlets-4.3.2.tar.gz" +MD5SUM="0b5b7986aef676d12f31a16cbbe3ed92" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="enum34 ipython_genutils six" |