Skip to content

Commit

Permalink
python38Packages.vyper: 0.2.15 -> 0.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 29, 2021
1 parent 09818c5 commit 1025f27
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 1025f27

Please sign in to comment.