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

python312Packages.peaqevcore: 19.9.4 -> 19.10.8 (#311132)

parent 754508ea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "peaqevcore";
  version = "19.9.4";
  version = "19.10.8";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-4v+I1NXfVseKid8A5gBIvAIQfwdMMLWUNts9Ga29tWs=";
    hash = "sha256-H9AJErjJC/zo5Fy1sZFLw6GCMm4YirMzwWbAhzXM7mg=";
  };

  postPatch = ''