Merge pull request #58876 from r-ryantm/auto-update/salt

salt: 2018.3.2 -> 2019.2.0
This commit is contained in:
Ryan Mulligan 2019-04-07 21:59:59 -07:00 committed by GitHub
commit ab4a188981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@
pythonPackages.buildPythonApplication rec {
pname = "salt";
version = "2018.3.2";
version = "2019.2.0";
src = pythonPackages.fetchPypi {
inherit pname version;
sha256 = "d86eeea2e5387f4a64bbf0a11d103bfc8aac1122e19d39cc0945d33efdc797bd";
sha256 = "1kgn3lway0zwwysyzpphv05j4xgxk92dk4rv1vybr2527wmvp5an";
};
propagatedBuildInputs = with pythonPackages; [