diff options
-rw-r--r-- | python/testpath/testpath.SlackBuild | 2 | ||||
-rw-r--r-- | python/testpath/testpath.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/testpath/testpath.SlackBuild b/python/testpath/testpath.SlackBuild index 4eb82acc84..3a8e585db1 100644 --- a/python/testpath/testpath.SlackBuild +++ b/python/testpath/testpath.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=testpath -VERSION=${VERSION:-0.4.2} +VERSION=${VERSION:-0.4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/testpath/testpath.info b/python/testpath/testpath.info index a6cd5dbe9c..b037a7c944 100644 --- a/python/testpath/testpath.info +++ b/python/testpath/testpath.info @@ -1,8 +1,8 @@ PRGNAM="testpath" -VERSION="0.4.2" +VERSION="0.4.4" HOMEPAGE="https://github.com/jupyter/testpath" -DOWNLOAD="https://github.com/jupyter/testpath/archive/0.4.2/testpath-0.4.2.tar.gz" -MD5SUM="2f0971fb3f497275f5763c137c3380af" +DOWNLOAD="https://github.com/jupyter/testpath/archive/0.4.4/testpath-0.4.4.tar.gz" +MD5SUM="4d7795541fccebd2be9818aead36caf1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |