File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/development/python-modules/svg-py Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010
1111buildPythonPackage rec {
1212 pname = "svg-py" ;
13- version = "1.5 .0" ;
13+ version = "1.6 .0" ;
1414 pyproject = true ;
1515
1616 disabled = pythonOlder "3.7" ;
@@ -19,10 +19,10 @@ buildPythonPackage rec {
1919 owner = "orsinium-labs" ;
2020 repo = "svg.py" ;
2121 tag = version ;
22- hash = "sha256-Lxzk3IVCD4PG36Pozz2crccwxCAAAM2QfS4rgwbjs6g =" ;
22+ hash = "sha256-XuSv4CVcbwWHuHiXxx4PfGJ8Pi+tfufbAdUiTFWNLcc =" ;
2323 } ;
2424
25- nativeBuildInputs = [ flit-core ] ;
25+ build-system = [ flit-core ] ;
2626
2727 nativeCheckInputs = [
2828 pytestCheckHook
@@ -39,7 +39,7 @@ buildPythonPackage rec {
3939 meta = with lib ; {
4040 description = "Type-safe Python library to generate SVG files" ;
4141 homepage = "https://github.com/orsinium-labs/svg.py" ;
42- changelog = "https://github.com/orsinium-labs/svg.py/releases/tag/${ version } " ;
42+ changelog = "https://github.com/orsinium-labs/svg.py/releases/tag/${ src . tag } " ;
4343 license = licenses . mit ;
4444 maintainers = with maintainers ; [ fab ] ;
4545 } ;
You can’t perform that action at this time.
0 commit comments