nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python: thespian: 3.9.5 -> 3.9.7

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