Skip to content

Commit

Permalink
python37Packages.bx-python: 0.8.6 -> 0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed Nov 20, 2020
1 parent 9a67729 commit 51fa5bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/bx-python/default.nix
Expand Up @@ -3,14 +3,14 @@

buildPythonPackage rec {
pname = "bx-python";
version = "0.8.6";
version = "0.8.9";
disabled = isPy27;

src = fetchFromGitHub {
owner = "bxlab";
repo = "bx-python";
rev = "v${version}";
sha256 = "1i40vmn8n83vqcpqj843riv9vp16s753jc4wc90p0cmrnhmzcv13";
sha256 = "0bsqnw8rv08586wksvx2a8dawvhyzvz5pzsh9y3217b6wxq98dnq";
};

nativeBuildInputs = [ cython ];
Expand Down

0 comments on commit 51fa5bb

Please sign in to comment.