diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2024-02-11 14:43:26 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2024-02-11 14:43:26 +0000 |
| commit | b88eb39405dfbd9adbbcbc6cc0a7fadc79db00fb (patch) | |
| tree | b79e7c33fc3b2a1bc5933565b689b4478064a9de /pkgs/development/python-modules/bx-python | |
| parent | 9002908215ae609210c2168494b387ff5728220a (diff) | |
python311Packages.bx-python: 0.10.0 -> 0.11.0
Diffstat (limited to 'pkgs/development/python-modules/bx-python')
| -rw-r--r-- | pkgs/development/python-modules/bx-python/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bx-python/default.nix b/pkgs/development/python-modules/bx-python/default.nix index 5fc21676d261..35c8996a9dee 100644 --- a/pkgs/development/python-modules/bx-python/default.nix +++ b/pkgs/development/python-modules/bx-python/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "bx-python"; - version = "0.10.0"; + version = "0.11.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "bxlab"; repo = "bx-python"; rev = "refs/tags/v${version}"; - hash = "sha256-j2GKj2IGDBk4LBnISRx6ZW/lh5VSdQBasC0gCRj0Fiw="; + hash = "sha256-evhxh/cCZFSK6EgMu7fC9/ZrPd2S1fZz89ItGYrHQck="; }; nativeBuildInputs = [ |
