mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
python3Packages.terminado: 0.10.1 -> 0.11.1
This commit is contained in:
parent
35f667404b
commit
5185e4f273
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "terminado";
|
||||
version = "0.10.1";
|
||||
version = "0.11.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "89d5dac2f4e2b39758a0ff9a3b643707c95a020a6df36e70583b88297cd59cbe";
|
||||
sha256 = "962b402edbb480718054dc37027bada293972ecadfb587b89f01e2b8660a2132";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ ptyprocess tornado ];
|
||||
|
|
Loading…
Reference in a new issue