Merge pull request #114461 from mweinelt/salt

salt: 3002.2 -> 3002.5
This commit is contained in:
Martin Weinelt 2021-02-26 21:54:35 +01:00 committed by GitHub
commit d47ee0e778
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,11 +7,11 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "salt";
version = "3002.2";
version = "3002.5";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "vW0pYhzo4JlBJ3fNOWrzVHSqESuwmZtdqAQ4fYcpAHU=";
sha256 = "1bqranhanxcxjc1qcc6cm95f4xxag0ic9g61dq352hqh6m1l1ay8";
};
propagatedBuildInputs = with python3.pkgs; [