python39Packages.gradient: 1.9.1 -> 1.10.0

This commit is contained in:
R. Ryantm 2022-01-23 06:28:33 +00:00
parent e5f7e0e551
commit 88e9324cc1

View file

@ -23,12 +23,12 @@
buildPythonPackage rec {
pname = "gradient";
version = "1.9.1";
version = "1.10.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-zimOh4bc9EQGpqMky/etwnAF04onJ2m/KAl29IaAeAY=";
hash = "sha256-wLdxU+PSREmTlX51scazmTC+U/mE95sSpfaUgHb8/Oc=";
};
postPatch = ''