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

Merge pull request #237297 from fabaff/peaqevcore-bump

python311Packages.peaqevcore: 18.1.7 -> 18.1.11
parents e19902ed 0e54476f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

buildPythonPackage rec {
  pname = "peaqevcore";
  version = "18.1.7";
  version = "18.1.11";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-inu0lTY2JQhlFEgJOejMhcHJhYvH6OzYo8qmAy9xBFo=";
    hash = "sha256-SdnPF2J9AorzSjObkjObIqvejZYSQbjStkKEbiTAOIo=";
  };

  postPatch = ''