diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template index 5d768b0e4f0..bde58e58078 100644 --- a/srcpkgs/python3-sortedcontainers/template +++ b/srcpkgs/python3-sortedcontainers/template @@ -1,7 +1,7 @@ # Template file for 'python3-sortedcontainers' pkgname=python3-sortedcontainers -version=2.1.0 -revision=3 +version=2.3.0 +revision=1 wrksrc="sortedcontainers-${version}" build_style=python3-module pycompile_module="sortedcontainers" @@ -11,4 +11,8 @@ maintainer="Orphaned " license="Apache-2.0" homepage="http://www.grantjenks.com/docs/sortedcontainers/" distfiles="${PYPI_SITE}/s/sortedcontainers/sortedcontainers-${version}.tar.gz" -checksum=974e9a32f56b17c1bac2aebd9dcf197f3eb9cd30553c5852a3187ad162e1a03a +checksum=59cc937650cf60d677c16775597c89a960658a09cf7c1a668f86e1e4464b10a1 + +do_check() { + : package defines no tests +}