3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #136619 from Flakebi/salt

salt: 3003.2 -> 3003.3
This commit is contained in:
Martin Weinelt 2021-09-03 21:01:33 +02:00 committed by GitHub
commit e0e88983f9
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 = "3003.2";
version = "3003.3";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "c8hsRLF22M/cAzux5C5P3I3TQkgz+qLqDQk4+hc4Vqk=";
sha256 = "pvnIyLXiYA6oYgtKZzcd4XYRvrT42X5LubCzCKN+0eI=";
};
propagatedBuildInputs = with python3.pkgs; [