salt: 3000.2 -> 3000.3

This commit is contained in:
Flakebi 2020-05-13 23:45:02 +02:00
parent a9e3b1103c
commit a2f79c3834
No known key found for this signature in database
GPG Key ID: 38E7ED984D7DCD02

View File

@ -25,11 +25,11 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "salt";
version = "3000.2";
version = "3000.3";
src = py.pkgs.fetchPypi {
inherit pname version;
sha256 = "1n90qqhsvbf4pc4pcbya3rjfkblbccf4np4mxpghjqaa16fl4cqf";
sha256 = "19yfjhidx93rl9s03lvrfz7kp0xxigyv4d3zb9792zb9bsc4kjpw";
};
propagatedBuildInputs = with py.pkgs; [