Unverified Commit 5b5931f3 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.peaqevcore: 19.11.1 -> 19.11.2 (#339068)

parents aa2f3abd 2f76c6d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "peaqevcore";
  version = "19.11.1";
  version = "19.11.2";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-yG8zDC2cirP7fXVTP7TP+BoCjRNgyj6AmXUt6anMy/k=";
    hash = "sha256-DQdmZ51jAG+JZkZal17+NIaQ+0lrMS7tqMSZj47tNWw=";
  };

  postPatch = ''