3
0
Fork 0
forked from mirrors/nixpkgs

python38Packages.portalocker: 2.3.0 -> 2.3.1

This commit is contained in:
R. RyanTM 2021-08-22 08:21:47 +00:00
parent 18c11235ae
commit 977ee05375

View file

@ -5,12 +5,12 @@
}:
buildPythonPackage rec {
version = "2.3.0";
version = "2.3.1";
pname = "portalocker";
src = fetchPypi {
inherit pname version;
sha256 = "0k08c0qg21mwz3iqbd20ab22nq705q7cal4a1qr8qnd6ga03v4af";
sha256 = "5ff2e494eccd3ff1cbaba8e4defd45bc7edb8eea3908c74f6de5d40641a1ed92";
};
propagatedBuildInputs = [