python310Packages.gradient: 1.11.0 -> 2.0.3

This commit is contained in:
R. Ryantm 2022-05-02 13:24:46 +00:00 committed by Jonathan Ringer
parent 88d84fa655
commit 39ac55ead8

View file

@ -23,12 +23,12 @@
buildPythonPackage rec {
pname = "gradient";
version = "1.11.0";
version = "2.0.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-IfScVoXFq6XPwUQdkcN87zOmuFY7kapbTkthxHqMAFU=";
hash = "sha256-NEbXLhQC72UP5+crUzkgqMTd3rvipXO7bGlGAWUDoP4=";
};
postPatch = ''