Skip to content

Commit 05abadd

Browse files
authored
python312Packages.svg-py: 1.5.0 -> 1.6.0 (NixOS#392307)
2 parents 6333afb + b61ba29 commit 05abadd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/development/python-modules/svg-py/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
buildPythonPackage 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
};

0 commit comments

Comments
 (0)