3
0
Fork 0
forked from mirrors/nixpkgs

python38Packages.monkeyhex: 1.7.2 -> 1.7.3

This commit is contained in:
R. Ryantm 2021-12-09 03:34:07 +00:00 committed by Jonathan Ringer
parent f674aa4bac
commit 47c6f4aec0

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "monkeyhex";
version = "1.7.2";
version = "1.7.3";
src = fetchPypi {
inherit pname version;
sha256 = "e2add1f7f1f620be9ccec0618342e6a9e47de50e0d2252628bffd452bfd3762b";
sha256 = "c121e734ccae8f1be6f1ecaf9100f3f8bde0a2dd03979b8ba42c474b1978806e";
};
propagatedBuildInputs = [ future ];