Merge pull request #262308 from mirkolenz/poetry-plugin-up

poetryPlugins.poetry-plugin-up: 0.4.0 -> 0.7.0
This commit is contained in:
K900 2023-10-31 14:13:55 +03:00 committed by GitHub
commit 1c43eb8585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "poetry-plugin-up";
version = "0.4.0";
version = "0.7.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "MousaZeidBaker";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ENw+6DdQkRLnAlIuIEdZzIsFP7ILqA9WatlVZYNJSxw=";
hash = "sha256-RjyRnCrHLKBJm8WMzQd0WcfpO8Ve+ydvUTN4EnVunlI=";
};
nativeBuildInputs = [