lol
0
fork

Configure Feed

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

python3Packages.pytest-socket: 0.5.0 -> 0.5.1

+2 -2
+2 -2
pkgs/development/python-modules/pytest-socket/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "pytest-socket"; 12 - version = "0.5.0"; 12 + version = "0.5.1"; 13 13 format = "pyproject"; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 18 18 owner = "miketheman"; 19 19 repo = pname; 20 20 rev = version; 21 - hash = "sha256-HdGkpIHFsoAG2+8UyL9jSb3Dm8bWkYzREdY3i15ls/Q="; 21 + hash = "sha256-QKHnuq2pqWMVUhF9nnhJggEK6SSyp6zBEfQX9tGND2E="; 22 22 }; 23 23 24 24 nativeBuildInputs = [