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

Merge pull request #236342 from fabaff/peaqevcore-bump

python311Packages.peaqevcore: 18.1.1 -> 18.1.4
parents d9b5430d 389455b9
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.1";
  version = "18.1.4";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-YQOqthyszstR6BXN2A2ooZRylexFJMc+eb0SaY7C2UI=";
    hash = "sha256-WjsB8NkHWejwDkZ8Aphai4BW+bbB7hSxkKwfeYCE7qk=";
  };

  postPatch = ''