salt: 3007.4 -> 3007.5 (#421959)

This commit is contained in:
isabel
2025-07-10 10:46:56 +01:00
committed by GitHub
+2 -2
View File
@@ -12,12 +12,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "salt";
version = "3007.4";
version = "3007.5";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-T7e2RVlJaGUX3IlafFpC2SLgD9riXalUn3N+LiEB9K8=";
hash = "sha256-f1cuA5BZ8aWXuhCpvcgdzCN1pJxJEGWBmI9QYDmz3aU=";
};
patches = [