Merge pull request #290957 from r-ryantm/auto-update/python311Packages.svg-py

python311Packages.svg-py: 1.4.2 -> 1.4.3
This commit is contained in:
Weijia Wang
2024-03-07 15:39:58 +01:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "svg-py";
version = "1.4.2";
version = "1.4.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "orsinium-labs";
repo = "svg.py";
rev = "refs/tags/${version}";
hash = "sha256-GbXPDYDq6zlsPJ/PAjR6OvarVrp7x3LGhseyTMwY8Dg=";
hash = "sha256-rnxznJM3ihuEJrD3ba6uMdGMozIrLw/QyGzA3JPygH4=";
};
nativeBuildInputs = [