salt: 3004 -> 3004.1

This commit is contained in:
Flakebi 2022-03-28 22:03:28 +02:00
parent 0e3d0d844e
commit 3657f4033b
No known key found for this signature in database
GPG key ID: 38E7ED984D7DCD02

View file

@ -22,11 +22,11 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "salt";
version = "3004";
version = "3004.1";
src = py.pkgs.fetchPypi {
inherit pname version;
sha256 = "PVNWG8huAU3KLsPcmBB5vgTVXqBHiQyr3iXlsQv6WxM=";
hash = "sha256-fzRKJDJkik8HjapazMaNzf/hCVzqE+wh5QQTVg8Ewpg=";
};
propagatedBuildInputs = with py.pkgs; [