salt: 3007.9 -> 3007.10 (#472384)

This commit is contained in:
Thomas Gerbet
2025-12-26 07:36:39 +00:00
committed by GitHub
+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 = [