vyper: 0.3.5 -> 0.3.6

This commit is contained in:
R. Ryantm 2022-08-11 01:36:54 +00:00
parent 89e89c8f6a
commit 94ff988c2b

View file

@ -27,14 +27,14 @@ let
in
buildPythonPackage rec {
pname = "vyper";
version = "0.3.5";
version = "0.3.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ldNuADfWy1OWTPD7pTcpU5dX/mX2pV/QqSjJxkc5S28=";
sha256 = "sha256-8jw92ttKhXubzDr0tt9/OoCsPEyB9yPRsueK+j4PO6Y=";
};
nativeBuildInputs = [