Skip to content

Commit

Permalink
Merge pull request #333101 from dotlambda/python3Packages.bx-py-utils
Browse files Browse the repository at this point in the history
python312Packages.bx-py-utils: 93 -> 94
  • Loading branch information
dotlambda authored Aug 15, 2024
2 parents aca3a55 + b7c13f0 commit 35e0ed8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/bx-py-utils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@

buildPythonPackage rec {
pname = "bx-py-utils";
version = "93";
version = "94";

disabled = pythonOlder "3.9";
disabled = pythonOlder "3.10";

pyproject = true;

src = fetchFromGitHub {
owner = "boxine";
repo = "bx_py_utils";
rev = "refs/tags/v${version}";
hash = "sha256-4xZOj6A2RKz7zOhFkLcSM7D870PfOljI8jn2+gKeYk4=";
hash = "sha256-IvmH0D3544zBukDQN6mea/nI1G4qZL+8KbIcF1Pehc8=";
};

postPatch = ''
Expand Down

0 comments on commit 35e0ed8

Please sign in to comment.