python38Packages.wurlitzer: 1.0.3 -> 2.0.0
This commit is contained in:
parent
b9611d2287
commit
78c5c97695
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "wurlitzer";
|
||||
version = "1.0.3";
|
||||
version = "2.0.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0nab45pfgqdxhhyshf717xfzniss2h3bx19zdaq9gqr6v8lw6wpr";
|
||||
sha256 = "0xndv47iwc9k8cp5r9r1z3r0xww0r5x5b7qsmn39gk2gsg0119c6";
|
||||
};
|
||||
|
||||
checkInputs = [ mock pytest ];
|
||||
|
|
Loading…
Reference in a new issue