From a2ee8306f695af713086773f078050073383b0bf Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 28 Jul 2024 07:37:21 +0000 Subject: [PATCH] scdl: 2.11.2 -> 2.11.3 --- pkgs/tools/misc/scdl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/scdl/default.nix b/pkgs/tools/misc/scdl/default.nix index 4c5cf6ebdfa5..6ddc72aa81b3 100644 --- a/pkgs/tools/misc/scdl/default.nix +++ b/pkgs/tools/misc/scdl/default.nix @@ -2,12 +2,12 @@ python3Packages.buildPythonApplication rec { pname = "scdl"; - version = "2.11.2"; + version = "2.11.3"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-5fko7WV1r0uP7//29tcmhO4Heu8QBNdhHv4afUs6W7E="; + hash = "sha256-3GmmGZ2uTE2T0GagWzBdbtFsTU3pcRxh0uh6/V16cUw="; }; build-system = [ python3Packages.setuptools ];