academic/biopython: Updated for version 1.81.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Petar Petrov 2023-04-21 02:16:30 +01:00 committed by Willy Sudiarto Raharjo
parent 2fb19f0624
commit 8f356b0a59
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for biopython
# Copyright 2019-2022 Petar Petrov slackalaxy@gmail.com
# Copyright 2019-2023 Petar Petrov slackalaxy@gmail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=biopython
VERSION=${VERSION:-1.79}
VERSION=${VERSION:-1.81}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="biopython"
VERSION="1.79"
VERSION="1.81"
HOMEPAGE="https://biopython.org/"
DOWNLOAD="http://biopython.org/DIST/biopython-1.79.tar.gz"
MD5SUM="3c0e2dac4cf80f802c62effd788590f3"
DOWNLOAD="http://biopython.org/DIST/biopython-1.81.tar.gz"
MD5SUM="06cabd14f55d624db366ff75efb60ed2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python2-numpy"