python: thespian: 3.9.4 -> 3.9.5

This commit is contained in:
Frederik Rietdijk
2019-01-18 09:37:10 +01:00
parent 6f80ab0bae
commit 587755e7fa
@@ -1,13 +1,13 @@
{ fetchPypi, buildPythonPackage, lib }: { fetchPypi, buildPythonPackage, lib }:
buildPythonPackage rec { buildPythonPackage rec {
version = "3.9.4"; version = "3.9.5";
pname = "thespian"; pname = "thespian";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
extension = "zip"; extension = "zip";
sha256 = "98766eb304ef922133baca12a75eedd8d9b709c58bd9af50bfa5593dc3ffe0e1"; sha256 = "4de3d599d898bf22a311248e749bb21920a8b0f6139f80489352bcb950835db2";
}; };
# Do not run the test suite: it takes a long time and uses # Do not run the test suite: it takes a long time and uses