about summary refs log tree commit diff
path: root/pkgs/tools/package-management
diff options
context:
space:
mode:
authorMirko Lenz <mirko@mirkolenz.com>2023-10-20 16:15:21 +0200
committerMirko Lenz <mirko@mirkolenz.com>2023-10-20 16:15:21 +0200
commite4e2245d352af4c8f37b2975998fe06adf6f27e1 (patch)
tree6dcd56784da7e2312f985cae4f6c2cea05fc4055 /pkgs/tools/package-management
parent306bbe45d89fc75cc49f1f9d5212866acb89676e (diff)
downloadnixlib-e4e2245d352af4c8f37b2975998fe06adf6f27e1.tar
nixlib-e4e2245d352af4c8f37b2975998fe06adf6f27e1.tar.gz
nixlib-e4e2245d352af4c8f37b2975998fe06adf6f27e1.tar.bz2
nixlib-e4e2245d352af4c8f37b2975998fe06adf6f27e1.tar.lz
nixlib-e4e2245d352af4c8f37b2975998fe06adf6f27e1.tar.xz
nixlib-e4e2245d352af4c8f37b2975998fe06adf6f27e1.tar.zst
nixlib-e4e2245d352af4c8f37b2975998fe06adf6f27e1.zip
poetryPlugins.poetry-plugin-up: 0.4.0 -> 0.7.0
Diff: https://github.com/MousaZeidBaker/poetry-plugin-up/compare/refs/tags/0.4.0...0.7.0

Changelog: https://github.com/MousaZeidBaker/poetry-plugin-up/releases/tag/0.7.0
Diffstat (limited to 'pkgs/tools/package-management')
-rw-r--r--pkgs/tools/package-management/poetry/plugins/poetry-plugin-up.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/package-management/poetry/plugins/poetry-plugin-up.nix b/pkgs/tools/package-management/poetry/plugins/poetry-plugin-up.nix
index b9ac5d4ada01..e737173a857e 100644
--- a/pkgs/tools/package-management/poetry/plugins/poetry-plugin-up.nix
+++ b/pkgs/tools/package-management/poetry/plugins/poetry-plugin-up.nix
@@ -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 = [