salt: 3007.12 -> 3007.13 (#491810)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-19 07:11:03 +00:00
committed by GitHub
+2 -2
View File
@@ -12,12 +12,12 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "salt";
version = "3007.12";
version = "3007.13";
format = "setuptools";
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-y7JG3aXOynH/5Uq9/mY4s6LjGWw2JPv7EgdSo9HYN5c=";
hash = "sha256-xmOnOGy9R6/pSm2LCxrx/M3DUFnM7CuTMQ55IHBTRPs=";
};
patches = [