From 9c8b7c08455f9285afbb4e50be7919427ab50e69 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 19 Feb 2019 14:40:34 +0300 Subject: [PATCH] python3-ipython: Update to 7.2.0 --- mingw-w64-python3-ipython/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python3-ipython/PKGBUILD b/mingw-w64-python3-ipython/PKGBUILD index 5e1f21f2c1..b6a3af0e1f 100644 --- a/mingw-w64-python3-ipython/PKGBUILD +++ b/mingw-w64-python3-ipython/PKGBUILD @@ -3,7 +3,7 @@ _realname=ipython pkgbase=mingw-w64-python3-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=7.1.1 +pkgver=7.2.0 pkgrel=1 pkgdesc="An enhanced Interactive Python shell (mingw-w64)" arch=('any') @@ -38,7 +38,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python3-requests" "${MINGW_PACKAGE_PREFIX}-python3-numpy") install=${_realname}3-${CARCH}.install source=("${_realname}-${pkgver}.tar.gz::https://github.com/ipython/ipython/archive/${pkgver}.tar.gz") -sha256sums=('9222f658b1870e525ad758d34ab3c38ff8f4d6ba93697f5615e49f47d42a353a') +sha256sums=('42e449b06a4a06ee16dc548c0fe57b8404ed40f81fec18e99269cd8a1970383f') prepare() { cd "${srcdir}"