about summary refs log tree commit diff
path: root/pkgs/tools/misc/scdl
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-11-23 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-11-23 04:20:00 +0000
commit70158e0be06201707f855fc2cede524e5403905c (patch)
treebb73f0e572bc5c3976fa9f29de69f3b44b4c2b80 /pkgs/tools/misc/scdl
parentd08a22c7ce80d38547da3b832d19ffe4aee3ba04 (diff)
scdl: 2.7.2 -> 2.7.3
Diffstat (limited to 'pkgs/tools/misc/scdl')
-rw-r--r--pkgs/tools/misc/scdl/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/tools/misc/scdl/default.nix b/pkgs/tools/misc/scdl/default.nix
index 5f9cb2e3afb31..8127bd49d4dc5 100644
--- a/pkgs/tools/misc/scdl/default.nix
+++ b/pkgs/tools/misc/scdl/default.nix
@@ -2,11 +2,12 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "scdl";
-  version = "2.7.2";
+  version = "2.7.3";
+  format = "setuptools";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "7d6212591a5bccf017424f732535475fb9ae3bab26a4fb5bc36064962d33f8e0";
+    sha256 = "60284b7b058040d4847f2e4b0ab906b10e959d51f976a0188641e8e10685474f";
   };
 
   propagatedBuildInputs = with python3Packages; [