salt: 2018.3.2 -> 2019.2.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/salt/versions
This commit is contained in:
R. RyanTM 2019-04-02 18:12:03 -07:00
parent 18aa59b0f2
commit f78863170a

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; [