Merge pull request #264233 from Flakebi/salt

salt: 3006.3 -> 3006.4
This commit is contained in:
Thomas Gerbet
2023-10-30 23:06:30 +01:00
committed by GitHub
+2 -2
View File
@@ -11,12 +11,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "salt";
version = "3006.3";
version = "3006.4";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-flP7zETEn41uZ8sZytoGOADKKe1/Fa+XJSdTGqhW5Cs=";
hash = "sha256-0JeIXDPCz6oMzcYnylcNZ2kMjQN9x4Ab6IeIvMoQNq4=";
};
patches = [