about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-12-30 12:28:07 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2017-12-31 10:55:21 +0100
commit9d43c3a582f7d798fa3d30061757993752d60800 (patch)
treeccaadb3233f0880102236bc7aaca0f6e8760b780 /pkgs
parentbe07136f1dd871a9b23aec21af6beb622a8ad414 (diff)
downloadnixlib-9d43c3a582f7d798fa3d30061757993752d60800.tar
nixlib-9d43c3a582f7d798fa3d30061757993752d60800.tar.gz
nixlib-9d43c3a582f7d798fa3d30061757993752d60800.tar.bz2
nixlib-9d43c3a582f7d798fa3d30061757993752d60800.tar.lz
nixlib-9d43c3a582f7d798fa3d30061757993752d60800.tar.xz
nixlib-9d43c3a582f7d798fa3d30061757993752d60800.tar.zst
nixlib-9d43c3a582f7d798fa3d30061757993752d60800.zip
python: thespian: 3.8.3 -> 3.9.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/thespian/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/thespian/default.nix b/pkgs/development/python-modules/thespian/default.nix
index 7a6ff3cc53d1..df118470e920 100644
--- a/pkgs/development/python-modules/thespian/default.nix
+++ b/pkgs/development/python-modules/thespian/default.nix
@@ -1,14 +1,14 @@
 { stdenv, fetchPypi, buildPythonPackage, lib }:
 
 buildPythonPackage rec {
-  version = "3.8.3";
+  version = "3.9.0";
   pname = "thespian";
   name = "${pname}-${version}";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "0vvwsh3waxd5ldrayr86kdcshv07bp361fl7p16g9i044vklwly4";
+    sha256 = "e698e3c5369d7b06de5c4ce7b877ea65991c99f7b0fabd09f29e91bc981c7d22";
   };
 
   # Do not run the test suite: it takes a long type and uses