mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
pythonPackages.mocket: 3.8.9 -> 3.9.0
This commit is contained in:
parent
a762bbf7b4
commit
b3ca5036a4
|
@ -1,5 +1,6 @@
|
|||
{ lib, buildPythonPackage, fetchPypi, pythonOlder, isPy27
|
||||
, decorator
|
||||
, http-parser
|
||||
, importlib-metadata
|
||||
, python
|
||||
, python_magic
|
||||
|
@ -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 = ''
|
||||
|
@ -24,6 +25,7 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
decorator
|
||||
http-parser
|
||||
python_magic
|
||||
urllib3
|
||||
six
|
||||
|
|
Loading…
Reference in a new issue