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

Merge pull request #337144 from r-ryantm/auto-update/python312Packages.peaqevcore

python312Packages.peaqevcore: 19.10.24 -> 19.11.0
parents 47fb36e9 1daf7604
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "peaqevcore";
  version = "19.10.24";
  version = "19.11.0";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-jpJVYANreHUW6vclkdNdnaFb/QxFfJf0nuTBl3K3qBY=";
    hash = "sha256-SVLyapbp9pNEznLetOppzmIc9fQuZF1MSfLsWVwIVGQ=";
  };

  postPatch = ''