lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.portalocker: 2.10.1 -> 3.1.1

https://github.com/wolph/portalocker/releases/tag/v3.1.1

+2 -2
+2 -2
pkgs/development/python-modules/portalocker/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "portalocker"; 21 - version = "2.10.1"; 21 + version = "3.1.1"; 22 22 pyproject = true; 23 23 24 24 disabled = pythonOlder "3.7"; 25 25 26 26 src = fetchPypi { 27 27 inherit pname version; 28 - hash = "sha256-7xv4ROh4qwiu5+QBhBVuEVHyKPEDqlxr0HJMwzCWD48="; 28 + hash = "sha256-7CD23aKtnOifo5ml8x9PFJX1FZWPDLfKZUPO97tadJ4="; 29 29 }; 30 30 31 31 postPatch = ''