python310Packages.svg-path: 6.0 -> 6.1

This commit is contained in:
R. Ryantm
2022-06-10 07:04:08 +00:00
committed by Florian Brandes
parent 5b072bded0
commit b644fcbc8d

View File

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