Skip to content

Commit

Permalink
Merge pull request #136086 from r-ryantm/auto-update/python3.8-vyper
Browse files Browse the repository at this point in the history
  • Loading branch information
siraben authored Aug 29, 2021
2 parents 6f05961 + 1025f27 commit 816fa4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/vyper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ in

buildPythonPackage rec {
pname = "vyper";
version = "0.2.15";
version = "0.2.16";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-cNnKHVKwIx0miC2VhGYBzcSckTnyWYmjNzW0bEzP4bU=";
sha256 = "6cf347440716964012d46686faefc9c689f01872f19736287a63aa8652ac3ddd";
};

nativeBuildInputs = [ pytest-runner ];
Expand Down

0 comments on commit 816fa4a

Please sign in to comment.