From 7c231bd5e899d5c444bd783525ffc32b5493b468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 8 Jul 2023 19:05:50 -0700 Subject: [PATCH] python310Packages.poetry-plugin-export: 1.3.1 -> 1.4.0 Diff: https://github.com/python-poetry/poetry-plugin-export/compare/refs/tags/1.3.1...1.4.0 Changelog: https://github.com/python-poetry/poetry-plugin-export/blob/refs/tags/1.4.0/CHANGELOG.md --- .../python-modules/poetry-plugin-export/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/poetry-plugin-export/default.nix b/pkgs/development/python-modules/poetry-plugin-export/default.nix index d712dacff7cd..24433f3601eb 100644 --- a/pkgs/development/python-modules/poetry-plugin-export/default.nix +++ b/pkgs/development/python-modules/poetry-plugin-export/default.nix @@ -6,14 +6,14 @@ buildPythonPackage rec { pname = "poetry-plugin-export"; - version = "1.3.1"; + version = "1.4.0"; format = "pyproject"; src = fetchFromGitHub { owner = "python-poetry"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-zA5YHZ3/iVoNf2AKqkrKVDYJIoJh+FMwuoskWHutG5I="; + hash = "sha256-okI91Z9u5w7IHpPb9jL4Hb8+MkYJEF2qm0mqqCdyKbk="; }; postPatch = ''