From 4251886e0b2f84b07c53e83500b1ef4a2501f88b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 16 Jun 2024 23:14:10 +0000 Subject: [PATCH] scdl: 2.7.9 -> 2.7.12 --- 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 8cff2ac8979e..b967159a799e 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.7.9"; + version = "2.7.12"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-/TRRVZc0b7WRjNNe24KdCFyKuaic3I3B5Tnb8ZnMS1o="; + hash = "sha256-XZGFsLnQaYaDUUN4on4JegK8I4UFEGzyvAZWbXU25Ec="; }; build-system = [ python3Packages.setuptools ];