python38Packages.bx-python: 0.8.10 -> 0.8.11
This commit is contained in:
parent
5b3290333a
commit
95c53efc25
@ -3,14 +3,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "bx-python";
|
pname = "bx-python";
|
||||||
version = "0.8.10";
|
version = "0.8.11";
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bxlab";
|
owner = "bxlab";
|
||||||
repo = "bx-python";
|
repo = "bx-python";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "09q5nrv0w9b1bclc7g80bih87ikffhvia22d6cpdc747wjrzz8il";
|
sha256 = "0cz5vgw19hmkcg689vr540q2gl2lb3xcf1lphm7zbfp8wmypcadm";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cython ];
|
nativeBuildInputs = [ cython ];
|
||||||
|
Loading…
Reference in New Issue
Block a user