python3Packages.flower: 1.0.0 -> 1.1.0

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:07 +02:00
parent b23817c731
commit f82a54ab89

View File

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "flower";
version = "1.0.0";
version = "1.1.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "1gcczr04g7wx99h7pxxx1p9n50sbyi0zxrzy7f7m0sf5apxw85rf";
sha256 = "sha256-+SDKKQLXU5/BgKsV5R8dkYNV5cwj2oVP+dWcbloXJbY=";
};
postPatch = ''