lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #140362 from r-ryantm/auto-update/python38Packages.monkeyhex

authored by

Sandro and committed by
GitHub
01f2f284 53020b2a

+2 -2
+2 -2
pkgs/development/python-modules/monkeyhex/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "monkeyhex"; 9 - version = "1.7.1"; 9 + version = "1.7.2"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "5ba913df664c34f3ce53916c83872fddf750adc78a0b0ecdd316ac3e728bb019"; 13 + sha256 = "e2add1f7f1f620be9ccec0618342e6a9e47de50e0d2252628bffd452bfd3762b"; 14 14 }; 15 15 16 16 propagatedBuildInputs = [ future ];