Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.peaqevcore: 19.11.1 -> 19.11.2

+2 -2
+2 -2
pkgs/development/python-modules/peaqevcore/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "peaqevcore"; 11 - version = "19.11.1"; 11 + version = "19.11.2"; 12 12 pyproject = true; 13 13 14 14 disabled = pythonOlder "3.7"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - hash = "sha256-yG8zDC2cirP7fXVTP7TP+BoCjRNgyj6AmXUt6anMy/k="; 18 + hash = "sha256-DQdmZ51jAG+JZkZal17+NIaQ+0lrMS7tqMSZj47tNWw="; 19 19 }; 20 20 21 21 postPatch = ''