Merge pull request #190395 from r-ryantm/auto-update/python310Packages.bx-python

python310Packages.bx-python: 0.8.13 -> 0.9.0
This commit is contained in:
Jonas Heinrich 2022-09-09 10:21:51 +02:00 committed by GitHub
commit 8edd151e0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,14 @@
buildPythonPackage rec {
pname = "bx-python";
version = "0.8.13";
version = "0.9.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "bxlab";
repo = "bx-python";
rev = "v${version}";
sha256 = "0r3z02mvaswijalr42ikpa7crvliijy0aigsvp5m0frp05n4irf5";
rev = "refs/tags/v${version}";
sha256 = "sha256-Pi4hV3FatCXoXY3nNgqm5UfWYIrpP/v5PzzCi3gmIbE=";
};
nativeBuildInputs = [ cython ];