python: pyfakefs: 3.5.8 -> 3.6.1

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:43 +02:00
parent b11204b5db
commit 9932a32cdd

View File

@ -1,12 +1,12 @@
{ stdenv, buildPythonPackage, fetchPypi, python, pytest, glibcLocales }: { stdenv, buildPythonPackage, fetchPypi, python, pytest, glibcLocales }:
buildPythonPackage rec { buildPythonPackage rec {
version = "3.5.8"; version = "3.6.1";
pname = "pyfakefs"; pname = "pyfakefs";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "8cd2270d65d3316dd4dc6bb83242df2e0990d27605209bc16e8041bcc0956961"; sha256 = "2654c665500ea8117b55cab51d4683a83ec1c76ddfae13640e509e4aac64b308";
}; };
postPatch = '' postPatch = ''