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

salt: 3007.0 -> 3007.1
This commit is contained in:
Matthias Beyer 2024-05-26 14:04:50 +02:00 committed by GitHub
commit 856dc626b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,12 +10,12 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "salt"; pname = "salt";
version = "3007.0"; version = "3007.1";
format = "setuptools"; format = "setuptools";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-Qb+E5x/GVb+KS1LrRA0GIa6WEJaghtIOEy4VEuLt3/g="; hash = "sha256-uTOsTLPksRGLRtraVcnMa9xvD5S0ySh3rsRLJcaijJo=";
}; };
patches = [ patches = [