Merge pull request #114575 from r-ryantm/auto-update/python3.7-bx-python

python37Packages.bx-python: 0.8.9 -> 0.8.10
This commit is contained in:
Ryan Mulligan 2021-03-07 14:56:27 -08:00 committed by GitHub
commit b080ac6ee6
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.9";
version = "0.8.10";
disabled = isPy27;
src = fetchFromGitHub {
owner = "bxlab";
repo = "bx-python";
rev = "v${version}";
sha256 = "0bsqnw8rv08586wksvx2a8dawvhyzvz5pzsh9y3217b6wxq98dnq";
sha256 = "09q5nrv0w9b1bclc7g80bih87ikffhvia22d6cpdc747wjrzz8il";
};
nativeBuildInputs = [ cython ];