Skip to content

Commit a5c8ad0

Browse files
committed
python312Packages.svg-py: 1.5.0 -> 1.6.0
1 parent f9ec383 commit a5c8ad0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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,7 +19,7 @@ buildPythonPackage rec {
1919
owner = "orsinium-labs";
2020
repo = "svg.py";
2121
tag = version;
22-
hash = "sha256-Lxzk3IVCD4PG36Pozz2crccwxCAAAM2QfS4rgwbjs6g=";
22+
hash = "sha256-XuSv4CVcbwWHuHiXxx4PfGJ8Pi+tfufbAdUiTFWNLcc=";
2323
};
2424

2525
nativeBuildInputs = [ flit-core ];
@@ -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)