python312Packages.green: 4.0.1 -> 4.0.2

This commit is contained in:
R. Ryantm
2024-04-19 03:08:52 +00:00
parent 1f3ac32a1e
commit b85de5d0af
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "green";
version = "4.0.1";
version = "4.0.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-O178HRtyKg/2fYD9jHzfbUfNGPlRpGuEvbx7H7yr0/w=";
hash = "sha256-pAZ8P5/CpkTtNfU2ZJUGQzROxGLm0uu1vXS3YpcVprE=";
};
patches = [