mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/pendulum: Updated for version 1.3.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
520377b166
commit
b1e30da256
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pendulum
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
VERSION=${VERSION:-1.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pendulum"
|
||||
VERSION="1.3.0"
|
||||
VERSION="1.3.1"
|
||||
HOMEPAGE="https://pendulum.eustace.io/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/7b/8c/0c2b32eaa82f00de332fe471eb1110732651ee22275339314b8469b869f7/pendulum-1.3.0.tar.gz"
|
||||
MD5SUM="1f5f1ee6a64cfb4ca8fcf98fa24401df"
|
||||
DOWNLOAD="https://pypi.python.org/packages/3b/71/bb2290b50f3f343f2842bfb6587ddd188ce98cf160fadecdcc9430565d45/pendulum-1.3.1.tar.gz"
|
||||
MD5SUM="e16e963bc2d077f7a1b1c9fc80ab2c9e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="tzlocal python-dateutil pytzdata"
|
||||
|
|
Loading…
Reference in a new issue