From 3e565ed6b0d8901e8a9e5d091460ea1bdf934e83 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 17 Apr 2023 22:51:48 +0200 Subject: [PATCH] python310Packages.invocations: 2.6.0 -> 3.0.1 Diff: https://github.com/pyinvoke/invocations/compare/2.6.0...3.0.1 --- pkgs/development/python-modules/invocations/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/invocations/default.nix b/pkgs/development/python-modules/invocations/default.nix index fef497739cbf63..ec908b22b9b833 100644 --- a/pkgs/development/python-modules/invocations/default.nix +++ b/pkgs/development/python-modules/invocations/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "invocations"; - version = "2.6.0"; + version = "3.0.1"; format = "setuptools"; src = fetchFromGitHub { owner = "pyinvoke"; repo = pname; rev = version; - hash = "sha256-eyOJKVRfn7elyEkERl7hvRTNFmq7O9Pr03lBS6xp0wE="; + hash = "sha256-G0sl2DCROxlTnW3lWKeGw4qDmnaeRC4xYf27d6YePjE="; }; postPatch = ''