Skip to content

Commit

Permalink
python312Packages.beanhub-import: 0.3.2 -> 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 13, 2024
1 parent bd24e29 commit 50206e8
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 = "0.3.2";
version = "0.3.4";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "LaunchPlatform";
repo = "beanhub-import";
rev = "refs/tags/${version}";
hash = "sha256-jDZUsV5yj4h7zUA5NB/4exhPj3f3put/bKXZmPz94OQ=";
hash = "sha256-igaW8vFUYagBfVQXL1Ulo7uhGilbOxxuyZV9Eda/Gto=";
};

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

0 comments on commit 50206e8

Please sign in to comment.