python: ClusterShell: 1.8 -> 1.8.1

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:34:55 +01:00
parent 8037a50403
commit 0c75bcf56d
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "ClusterShell";
version = "1.8";
version = "1.8.1";
src = fetchPypi {
inherit pname version;
sha256 = "1bm0pq8w2rql9q9i2bhs865rqvb6zck3h3gkb1d0mh59arrr7p4m";
sha256 = "e913efb4fe017eed9731d5ad8be397509e7f1966e6cb6441ee2bce074b16b310";
};
propagatedBuildInputs = [ pyyaml ];