Skip to content

Commit

Permalink
python: greenlet: 0.4.15 -> 0.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 6, 2020
1 parent e5a0f56 commit a89bf42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/greenlet/default.nix
Expand Up @@ -8,12 +8,12 @@

buildPythonPackage rec {
pname = "greenlet";
version = "0.4.15";
version = "0.4.16";
disabled = isPyPy; # builtin for pypy

src = fetchPypi {
inherit pname version;
sha256 = "9416443e219356e3c31f1f918a91badf2e37acf297e2fa13d24d1cc2380f8fbc";
sha256 = "6e06eac722676797e8fce4adb8ad3dc57a1bb3adfb0dd3fdf8306c055a38456c";
};

propagatedBuildInputs = [ six ];
Expand Down

0 comments on commit a89bf42

Please sign in to comment.