From 7e6a7df184f438e6a233d4066e821e0d5ca599d9 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 9 Aug 2024 06:14:12 +0000 Subject: [PATCH] scdl: 2.11.3 -> 2.11.4 --- 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 e79117c1faf4..ec05d225967f 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.3"; + version = "2.11.4"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-3GmmGZ2uTE2T0GagWzBdbtFsTU3pcRxh0uh6/V16cUw="; + hash = "sha256-2hw9nVKShRAY6K0xXhVuce/dAu4w/BE2cKKKndzPJ3s="; }; build-system = [ python3Packages.setuptools ];