Merge pull request #324491 from r-ryantm/auto-update/twspace-dl

twspace-dl: 2023.7.24.1 -> 2024.7.2.1
This commit is contained in:
Weijia Wang
2024-07-10 13:13:52 +02:00
committed by GitHub
+2 -2
View File
@@ -2,14 +2,14 @@
python3Packages.buildPythonApplication rec {
pname = "twspace-dl";
version = "2023.7.24.1";
version = "2024.7.2.1";
format = "pyproject";
src = fetchPypi {
inherit version;
pname = "twspace_dl";
sha256 = "sha256-Oq9k5Nfixf1vihhna7g3ZkqCwEtCdnvlbxIuOnGVoKE=";
sha256 = "sha256-GLs+UGEOsdGcp/mEh+12Vs+XlY1goEql7UOAvVVi1pg=";
};
nativeBuildInputs = with python3Packages; [ poetry-core ];