tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
python38Packages.bx-python: 0.8.10 -> 0.8.11
R. RyanTM
4 years ago
95c53efc
5b329033
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
bx-python
default.nix
+2
-2
pkgs/development/python-modules/bx-python/default.nix
···
3
4
buildPythonPackage rec {
5
pname = "bx-python";
6
-
version = "0.8.10";
7
disabled = isPy27;
8
9
src = fetchFromGitHub {
10
owner = "bxlab";
11
repo = "bx-python";
12
rev = "v${version}";
13
-
sha256 = "09q5nrv0w9b1bclc7g80bih87ikffhvia22d6cpdc747wjrzz8il";
14
};
15
16
nativeBuildInputs = [ cython ];
···
3
4
buildPythonPackage rec {
5
pname = "bx-python";
6
+
version = "0.8.11";
7
disabled = isPy27;
8
9
src = fetchFromGitHub {
10
owner = "bxlab";
11
repo = "bx-python";
12
rev = "v${version}";
13
+
sha256 = "0cz5vgw19hmkcg689vr540q2gl2lb3xcf1lphm7zbfp8wmypcadm";
14
};
15
16
nativeBuildInputs = [ cython ];