mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/pendulum: Updated for version 0.6.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
9b67bcdb29
commit
386de9fbab
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pendulum
|
||||
VERSION=${VERSION:-0.6.2}
|
||||
VERSION=${VERSION:-0.6.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pendulum"
|
||||
VERSION="0.6.2"
|
||||
VERSION="0.6.3"
|
||||
HOMEPAGE="https://pendulum.eustace.io/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/29/76/44fb90c50921211eced8dfbfe33972ba941c626fa959fabe879a557098df/pendulum-0.6.2.tar.gz"
|
||||
MD5SUM="6a0f857a0b9c34160a848871d269f25e"
|
||||
DOWNLOAD="https://pypi.python.org/packages/3a/dd/f0c46ec9f91d3a445ef208460a4ee7de203238e87cd085464a0ac5de30c2/pendulum-0.6.3.tar.gz"
|
||||
MD5SUM="eecd76a582bbbb1ac9ffa3a9afa19a49"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="tzlocal python-dateutil"
|
||||
|
|
Loading…
Reference in a new issue