Merge pull request #154444 from siraben/vyper-update

vyper: 0.3.0 -> 0.3.1
This commit is contained in:
Ben Siraphob 2022-01-11 15:18:47 +07:00 committed by GitHub
commit 54dd357f9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,11 +14,11 @@ in
buildPythonPackage rec {
pname = "vyper";
version = "0.3.0";
version = "0.3.1";
src = fetchPypi {
inherit pname version;
sha256 = "3e50cd802696ea3f5e6ab1bf4c9a90a39c332591d416c99f3d2fa93d7d7ba394";
sha256 = "sha256-fXug5v3zstz19uexMWokHBVsfcl2ZCdIOIXKeLVyh/Q=";
};
nativeBuildInputs = [ pytest-runner ];