salt: 3005 -> 3005.1

This commit is contained in:
Flakebi 2022-10-14 00:15:02 +02:00
parent f634d427b0
commit 9b71b34f53
No known key found for this signature in database
GPG Key ID: 38E7ED984D7DCD02

View File

@ -9,16 +9,17 @@
python3.pkgs.buildPythonApplication rec {
pname = "salt";
version = "3005";
version = "3005.1";
src = python3.pkgs.fetchPypi {
inherit pname version;
hash = "sha256-HSAMRbiARheOpW+1p1cm3GIMxeUUEQdqBN+A/1L3nNQ=";
hash = "sha256-+hTF2HP4Y7UJUBIdfiOiRJUCdFSQx8SMDPBFQGz+V8E=";
};
propagatedBuildInputs = with python3.pkgs; [
distro
jinja2
jmespath
markupsafe
msgpack
psutil