salt: 3007.9 -> 3007.10

Changelog: https://docs.saltproject.io/en/latest/topics/releases/3007.10.html
This commit is contained in:
Flakebi
2025-12-19 14:33:48 +01:00
parent 1306659b58
commit 8947f7bb45
+2 -2
View File
@@ -12,12 +12,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "salt";
version = "3007.9";
version = "3007.10";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-H3cNa5ylVo+SbZjt/NJtznHAT2CUJD25EoV5U+PUpW0=";
hash = "sha256-c3FRr9L2vgdIg8lpl0MeYJ7Df/Max7BkXQmFL9QknYQ=";
};
patches = [