lol

scdl: 2.12.1 -> 2.12.3 (#363870)

authored by

Aleksana and committed by
GitHub
0b088d4b 9e717ef9

+2 -2
+2 -2
pkgs/by-name/sc/scdl/package.nix
··· 2 2 3 3 python3Packages.buildPythonApplication rec { 4 4 pname = "scdl"; 5 - version = "2.12.1"; 5 + version = "2.12.3"; 6 6 pyproject = true; 7 7 8 8 src = fetchPypi { 9 9 inherit pname version; 10 - hash = "sha256-8BMO5/XJdAkz/E1ZDXavJudNSOiZdYLcZVMk1S8g9nU="; 10 + hash = "sha256-24X+UAabxjyUYF/0qgXEpHgBNXDNn/q8/Nxw2jXKQdM="; 11 11 }; 12 12 13 13 build-system = [ python3Packages.setuptools ];