python: pyfakefs: 3.7 -> 3.7.1
This commit is contained in:
parent
375f1f8973
commit
4d6c3ba137
@ -1,12 +1,12 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi, python, pytest, glibcLocales, isPy37 }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "3.7";
|
||||
version = "3.7.1";
|
||||
pname = "pyfakefs";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "74cb0c53959f185f6b0fe6c9f6882359b2390df861d4857a9f1a95481b466ace";
|
||||
sha256 = "1eb68bb250cc14310a6e33c197cbe2c8d93832b543f534e29b58286712f7e2b2";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user