0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python3Packages.pyfakefs: 4.5.3 -> 4.5.4

This commit is contained in:
Jonathan Ringer 2022-01-13 16:58:43 -08:00 committed by Martin Weinelt
parent 3fcfa5e437
commit 1bc5fca230

View file

@ -7,13 +7,13 @@
}:
buildPythonPackage rec {
version = "4.5.3";
version = "4.5.4";
pname = "pyfakefs";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "f49db689c1d5db6172131479ca77bd474ba2cb886c869b9867fb89cdab2df397";
sha256 = "5b5951e873f73bf12e3a19d8e4470c4b7962c51df753cf8c4caaf64e24a0a323";
};
postPatch = ''