Skip to content

Commit

Permalink
python312Packages.beanhub-import: 1.0.3 -> 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 30, 2025
1 parent 06d633e commit 52d006f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/beanhub-import/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildPythonPackage rec {
pname = "beanhub-import";
version = "1.0.3";
version = "1.0.6";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "LaunchPlatform";
repo = "beanhub-import";
tag = version;
hash = "sha256-6Y1gYAi8A6H0a0vj2avWxGS7hvjrvLBUS+LsgvY4sZo=";
hash = "sha256-cDvYebzR9OmBYC+sjwNNf2nm4lxWGZVKuW4BusecDCk=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit 52d006f

Please sign in to comment.