poetryPlugins.poetry-plugin-up: 0.7.2 -> 0.7.3

This commit is contained in:
R. Ryantm 2024-08-14 05:15:35 +00:00
parent fe131a9b69
commit 6c8f9e06cc

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "poetry-plugin-up";
version = "0.7.2";
version = "0.7.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "MousaZeidBaker";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-O82oFEU67o0bZVBtkEZsOLtLBkuLHglr/4+Hkd/8Lvc=";
hash = "sha256-yhGoiuqPUzEPiq+zO/RD4pB1LvOo80yLIpM+rRQHOmY=";
};
nativeBuildInputs = [