Unverified Commit 9f129d0a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #270875 from fabaff/peaqevcore-bump

python311Packages.peaqevcore: 19.5.16 -> 19.5.20
parents 25cfb3b0 1428c9e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

buildPythonPackage rec {
  pname = "peaqevcore";
  version = "19.5.16";
  version = "19.5.20";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-utQJcJAP+gF1kNyPBHHKxdL/tXobia8pEauJQND4B0w=";
    hash = "sha256-atrrPU9aQvpbI3JYdsnGkdRpq3SRuBJpezF1qc1USB0=";
  };

  postPatch = ''