Merge pull request #318331 from r-ryantm/auto-update/scdl

scdl: 2.7.9 -> 2.7.12
This commit is contained in:
Weijia Wang
2024-06-28 01:39:42 +02:00
committed by GitHub
+2 -2
View File
@@ -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 ];