python312Packages.svg-py: 1.4.3 -> 1.5.0

This commit is contained in:
R. Ryantm
2024-09-23 15:40:23 +00:00
parent 71ade9dfb5
commit 9ca6fb6dcf
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "svg-py";
version = "1.4.3";
version = "1.5.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "orsinium-labs";
repo = "svg.py";
rev = "refs/tags/${version}";
hash = "sha256-rnxznJM3ihuEJrD3ba6uMdGMozIrLw/QyGzA3JPygH4=";
hash = "sha256-Lxzk3IVCD4PG36Pozz2crccwxCAAAM2QfS4rgwbjs6g=";
};
nativeBuildInputs = [ flit-core ];