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 9 buildPythonPackage rec { 10 pname = "peaqevcore"; 11 - version = "19.11.1"; 12 pyproject = true; 13 14 disabled = pythonOlder "3.7"; 15 16 src = fetchPypi { 17 inherit pname version; 18 - hash = "sha256-yG8zDC2cirP7fXVTP7TP+BoCjRNgyj6AmXUt6anMy/k="; 19 }; 20 21 postPatch = ''
··· 8 9 buildPythonPackage rec { 10 pname = "peaqevcore"; 11 + version = "19.11.2"; 12 pyproject = true; 13 14 disabled = pythonOlder "3.7"; 15 16 src = fetchPypi { 17 inherit pname version; 18 + hash = "sha256-DQdmZ51jAG+JZkZal17+NIaQ+0lrMS7tqMSZj47tNWw="; 19 }; 20 21 postPatch = ''