lol

Merge pull request #307263 from fabaff/peaqevcore-bump

python312Packages.peaqevcore: 19.9.0 -> 19.9.2

authored by

Fabian Affolter and committed by
GitHub
af1efe61 a08a03ca

+2 -2
+2 -2
pkgs/development/python-modules/peaqevcore/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "peaqevcore"; 11 - version = "19.9.0"; 11 + version = "19.9.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-tFbk33SQqCNcUnJ0X+OtJ8XDEpMXWnuxA2L30Prhssc="; 18 + hash = "sha256-X5JKfIE6rISXb3F2liuyLrVHm5xw3DoFeMhqhEsdEIY="; 19 19 }; 20 20 21 21 postPatch = ''