mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 11:07:36 +00:00
twspace-dl: 2022.6.6.1 -> 2023.1.22.1
https://github.com/HoloArchivists/twspace-dl/releases/tag/2023.1.22.0
This commit is contained in:
parent
bee40cfe26
commit
f19e1ef486
@ -2,15 +2,18 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "twspace-dl";
|
||||
version = "2022.6.6.1";
|
||||
version = "2023.1.22.1";
|
||||
|
||||
format = "setuptools";
|
||||
format = "pyproject";
|
||||
|
||||
src = python3Packages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "47622f306f2601185b00d6ef24f821810adcc581b7361c423eec979263725afc";
|
||||
inherit version;
|
||||
pname = "twspace_dl";
|
||||
sha256 = "050e78b4583374351c288114e3b01ab34b0b19ad2d4971d15c5519521cf3f2f4";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3Packages; [ poetry-core ];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
requests
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user