Merge pull request #145934 from r-ryantm/auto-update/python38Packages.clustershell

python38Packages.clustershell: 1.8.3 -> 1.8.4
This commit is contained in:
Mario Rodas 2021-11-16 00:26:28 -05:00 committed by GitHub
commit 2ad7131b43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "ClusterShell";
version = "1.8.3";
version = "1.8.4";
src = fetchPypi {
inherit pname version;
sha256 = "0ebc1925c1aed94f99d74cbc0230215127ade80a25240133204094faa74bc41b";
sha256 = "ff6fba688a06e5e577315d899f0dab3f4fe479cef99d444a4e651af577b7d081";
};
propagatedBuildInputs = [ pyyaml ];