Skip to content

Commit

Permalink
Merge pull request #326817 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.beanhub-import

python312Packages.beanhub-import: 0.3.2 -> 0.3.4
  • Loading branch information
NickCao committed Jul 13, 2024
2 parents 596ce68 + 50206e8 commit e92c609
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 e92c609

Please sign in to comment.