Skip to content

Commit

Permalink
poetryPlugins.poetry-plugin-export: 1.8.0 -> 1.9.0 (NixOS#373680)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 14, 2025
2 parents b925a69 + 59e142e commit 421b83b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/po/poetry/plugins/poetry-plugin-export.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

buildPythonPackage rec {
pname = "poetry-plugin-export";
version = "1.8.0";
version = "1.9.0";
format = "pyproject";

src = fetchFromGitHub {
owner = "python-poetry";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ZXhj9FwCCNFMzyoAtQTD8bddOvVM4KzNtd+3sBn9i+w=";
tag = version;
hash = "sha256-AP3/njzbLEi2s4pOUSLLLzqNprvxwLe9LSY7qh08EWc=";
};

build-system = [
Expand Down

0 comments on commit 421b83b

Please sign in to comment.