Merge pull request #156271 from r-ryantm/auto-update/python3.9-gradient

python39Packages.gradient: 1.9.1 -> 1.10.0
This commit is contained in:
Fabian Affolter 2022-01-24 08:16:34 +01:00 committed by GitHub
commit b417e26f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''