salt: 3007.5 -> 3007.6 (#424667)

This commit is contained in:
Aleksana 2025-07-15 22:29:34 +08:00 committed by GitHub
commit 337c00ebe0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,12 +12,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "salt";
version = "3007.5";
version = "3007.6";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-f1cuA5BZ8aWXuhCpvcgdzCN1pJxJEGWBmI9QYDmz3aU=";
hash = "sha256-F2qLl8Q8UO2H3xInmz3SSLu2q0jNMrLekPRSNMfE0JQ=";
};
patches = [