python310Packages.svg-path: 6.1 -> 6.2

This commit is contained in:
R. Ryantm 2022-06-18 07:44:38 +00:00
parent 6b99e9620e
commit 2b45f46cf9

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "svg.path";
version = "6.1";
version = "6.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-i0Rx37c2GwibZstC2pZBWO0A6aXKEVuKaaxPXcJHSj8=";
hash = "sha256-GiFZ+duJjfk8RjfP08yvfaH9Bz9Z+ppZUMc+RtSqGso=";
};
checkInputs = [