Merge pull request #288049 from r-ryantm/auto-update/python311Packages.bx-python

python311Packages.bx-python: 0.10.0 -> 0.11.0
This commit is contained in:
Weijia Wang 2024-03-07 21:15:07 +01:00 committed by GitHub
commit 2d473213c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,16 +11,16 @@
buildPythonPackage rec {
pname = "bx-python";
version = "0.10.0";
version = "0.11.0";
format = "setuptools";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "bxlab";
repo = "bx-python";
rev = "refs/tags/v${version}";
hash = "sha256-j2GKj2IGDBk4LBnISRx6ZW/lh5VSdQBasC0gCRj0Fiw=";
hash = "sha256-evhxh/cCZFSK6EgMu7fC9/ZrPd2S1fZz89ItGYrHQck=";
};
nativeBuildInputs = [