From 1ebdc80b242633e235c136cc45b1c7f0cef7d79e Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sat, 20 Feb 2021 10:09:18 +0100 Subject: [PATCH] python3Packages.thespian: 3.10.1 -> 3.10.3 --- pkgs/development/python-modules/thespian/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/thespian/default.nix b/pkgs/development/python-modules/thespian/default.nix index 74f94aaf255..589ff573ca5 100644 --- a/pkgs/development/python-modules/thespian/default.nix +++ b/pkgs/development/python-modules/thespian/default.nix @@ -1,13 +1,13 @@ { fetchPypi, buildPythonPackage, lib }: buildPythonPackage rec { - version = "3.10.1"; + version = "3.10.3"; pname = "thespian"; src = fetchPypi { inherit pname version; extension = "zip"; - sha256 = "e00bba5b0b91f9d7ec3df0ac671136df7a7be0a14dfea38ca3850488bca73d8c"; + sha256 = "d9152089f239c80339eb0431b9561966a841fb3ab0d043b36fa47934fc7956f2"; }; # Do not run the test suite: it takes a long time and uses