Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python: thespian: 3.9.1 -> 3.9.2

+2 -2
+2 -2
pkgs/development/python-modules/thespian/default.nix
··· 1 { stdenv, fetchPypi, buildPythonPackage, lib }: 2 3 buildPythonPackage rec { 4 - version = "3.9.1"; 5 pname = "thespian"; 6 name = "${pname}-${version}"; 7 8 src = fetchPypi { 9 inherit pname version; 10 extension = "zip"; 11 - sha256 = "0b303bv85176xd5mf3q5j549s28wi70ck2xxgj1cvpydh23dzipb"; 12 }; 13 14 # Do not run the test suite: it takes a long time and uses
··· 1 { stdenv, fetchPypi, buildPythonPackage, lib }: 2 3 buildPythonPackage rec { 4 + version = "3.9.2"; 5 pname = "thespian"; 6 name = "${pname}-${version}"; 7 8 src = fetchPypi { 9 inherit pname version; 10 extension = "zip"; 11 + sha256 = "aec9793fecf45bb91fe919dc61b5c48a4aadfb9f94b06cd92883df7952eacf95"; 12 }; 13 14 # Do not run the test suite: it takes a long time and uses