3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.gradient: 1.10.0 -> 1.11.0

This commit is contained in:
R. Ryantm 2022-04-08 23:16:02 +00:00
parent 4f75c9974d
commit aefc117a59

View file

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