python312Packages.svg-path: 6.2 -> 6.3

Diff: https://github.com/regebro/svg.path/compare/6.2...6.3
This commit is contained in:
natsukium 2024-11-02 19:34:20 +09:00
parent 5c7d5fbce4
commit ce0110db43
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "svg.path";
version = "6.2";
version = "6.3";
format = "setuptools";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-GiFZ+duJjfk8RjfP08yvfaH9Bz9Z+ppZUMc+RtSqGso=";
hash = "sha256-6Td0CjFqf+yGrNIXq2Im4RL1EygHhSQSa7fqnb57Gt4=";
};
nativeCheckInputs = [