python: filelock: 3.0.0 -> 3.0.4

This commit is contained in:
Frederik Rietdijk 2018-02-03 10:52:15 +01:00
parent a7bbc6f84a
commit 7af35ee618
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "filelock"; pname = "filelock";
version = "3.0.0"; version = "3.0.4";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "b3ad481724adfb2280773edd95ce501e497e88fa4489c6e41e637ab3fd9a456c"; sha256 = "011327d4ed939693a5b28c0fdf2fd9bda1f68614c1d6d0643a89382ce9843a71";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {