twspace-dl: 2023.7.24.1 -> 2024.7.2.1

This commit is contained in:
R. Ryantm
2024-07-04 05:22:30 +00:00
parent d8724afca4
commit ab039b1670
+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 ];