Skip to content

Commit 29d3e70

Browse files
committed
poetryPlugins.poetry-plugin-up: 0.7.3 -> 0.8.0
1 parent 10f06c5 commit 29d3e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/po/poetry/plugins/poetry-plugin-up.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
buildPythonPackage rec {
1111
pname = "poetry-plugin-up";
12-
version = "0.7.3";
12+
version = "0.8.0";
1313
format = "pyproject";
1414

1515
src = fetchFromGitHub {
1616
owner = "MousaZeidBaker";
1717
repo = pname;
1818
rev = "refs/tags/v${version}";
19-
hash = "sha256-yhGoiuqPUzEPiq+zO/RD4pB1LvOo80yLIpM+rRQHOmY=";
19+
hash = "sha256-PWHbMDGL9CGLRmvFWLOztUW0f/TJioPjQtAgpyCbAqw=";
2020
};
2121

2222
nativeBuildInputs = [

0 commit comments

Comments
 (0)