Merge pull request #116583 from r-ryantm/auto-update/python3.8-bx-python

python38Packages.bx-python: 0.8.10 -> 0.8.11
This commit is contained in:
Fabian Affolter 2021-03-18 19:12:18 +01:00 committed by GitHub
commit 20f6436fd5
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.10";
version = "0.8.11";
disabled = isPy27;
src = fetchFromGitHub {
owner = "bxlab";
repo = "bx-python";
rev = "v${version}";
sha256 = "09q5nrv0w9b1bclc7g80bih87ikffhvia22d6cpdc747wjrzz8il";
sha256 = "0cz5vgw19hmkcg689vr540q2gl2lb3xcf1lphm7zbfp8wmypcadm";
};
nativeBuildInputs = [ cython ];