0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

scdl: 2.12.1 -> 2.12.3 (#363870)

This commit is contained in:
Aleksana 2024-12-11 21:07:27 +08:00 committed by GitHub
commit 0b088d4be5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,12 +2,12 @@
python3Packages.buildPythonApplication rec {
pname = "scdl";
version = "2.12.1";
version = "2.12.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-8BMO5/XJdAkz/E1ZDXavJudNSOiZdYLcZVMk1S8g9nU=";
hash = "sha256-24X+UAabxjyUYF/0qgXEpHgBNXDNn/q8/Nxw2jXKQdM=";
};
build-system = [ python3Packages.setuptools ];