3
0
Fork 0
forked from mirrors/nixpkgs

python.pkgs.pyfakefs: 3.5.6 -> 3.5.7

This commit is contained in:
Robert Schütz 2019-02-09 08:43:13 +01:00
parent baf6ba553f
commit 3fa313d46d

View file

@ -1,12 +1,12 @@
{ stdenv, buildPythonPackage, fetchPypi, python, pytest, glibcLocales }:
buildPythonPackage rec {
version = "3.5.6";
version = "3.5.7";
pname = "pyfakefs";
src = fetchPypi {
inherit pname version;
sha256 = "efe9c318b2a37ae498a555889684c30ccb6a1b06bd391cb3baf0eb5ba68e9062";
sha256 = "8969435f8e7ca10f60c22096b02b15ad3af143de7d3bb4d73507b812bcdd8e37";
};
postPatch = ''