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

salt: 3006.6 -> 3006.7
This commit is contained in:
Nikolay Korotkiy 2024-02-23 04:38:57 +04:00 committed by GitHub
commit 96e66a7b0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,12 +11,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "salt";
version = "3006.6";
version = "3006.7";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-X6tojYa3Dh6ExRtMqlZfNnGVBQaBPDcp1EQIzC9a+8M=";
hash = "sha256-7ZLSG4TrnUefk7qJRoRTQIEX4NwQEGFCFJmejQwhCv0=";
};
patches = [