Commit 6d6a34b4 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.peaqevcore: 11.0.4 -> 11.1.2

parent 8d4ebc8e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

buildPythonPackage rec {
  pname = "peaqevcore";
  version = "11.0.4";
  version = "11.1.2";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-SU8vsKwZio/5UD2SMhLenfkBjXRuMZCPo2k6+1hx8Y4=";
    hash = "sha256-ZuXc/7xCCFl20+GAMpL1c4iavjr7iR0pTvAoDCMnxx4=";
  };

  postPatch = ''