mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 21:07:35 +00:00
scdl: 2.11.4 -> 2.12.1
This commit is contained in:
parent
5b36ae93b0
commit
2067f837dc
@ -2,12 +2,12 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "scdl";
|
||||
version = "2.11.4";
|
||||
version = "2.12.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-2hw9nVKShRAY6K0xXhVuce/dAu4w/BE2cKKKndzPJ3s=";
|
||||
hash = "sha256-8BMO5/XJdAkz/E1ZDXavJudNSOiZdYLcZVMk1S8g9nU=";
|
||||
};
|
||||
|
||||
build-system = [ python3Packages.setuptools ];
|
||||
|
Loading…
Reference in New Issue
Block a user