Unverified Commit 28da3def authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #289171 from r-ryantm/auto-update/python311Packages.peaqevcore

python311Packages.peaqevcore: 19.6.6 -> 19.6.10
parents 0221d1ba 76c0b6b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

buildPythonPackage rec {
  pname = "peaqevcore";
  version = "19.6.6";
  version = "19.6.10";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-4T30jiMRAbPDgGW8Zcolj1k3UpKN1/juXtYSHrjO804=";
    hash = "sha256-iaZrPgGD7BM7H+i2R9qQBM55KcFu/Rqyho3AxXw15N0=";
  };

  postPatch = ''