Skip to content

Commit

Permalink
pythonPackages.mocket: 3.8.9 -> 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored and Jon committed Sep 22, 2020
1 parent a762bbf commit b3ca503
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/mocket/default.nix
@@ -1,5 +1,6 @@
{ lib, buildPythonPackage, fetchPypi, pythonOlder, isPy27
, decorator
, http-parser
, importlib-metadata
, python
, python_magic
Expand All @@ -8,11 +9,11 @@

buildPythonPackage rec {
pname = "mocket";
version = "3.8.9";
version = "3.9.0";

src = fetchPypi {
inherit pname version;
sha256 = "12gfqp7y7w6bgky3daxdggdzp08cg9ss64hbf5f49kywvsmcs01i";
sha256 = "1n1h9xbi1my0vgjsh7mfkd51qfa6imjzxnwqccsvshqa8grcv1wm";
};

patchPhase = ''
Expand All @@ -24,6 +25,7 @@ buildPythonPackage rec {

propagatedBuildInputs = [
decorator
http-parser
python_magic
urllib3
six
Expand Down

0 comments on commit b3ca503

Please sign in to comment.