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

python312Packages.peaqevcore: 19.11.3 -> 19.11.4 (#389017)

parents 326e26ba 7fd6be2f
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.3";
  version = "19.11.4";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-fi50TFmVOSAtsf/odgnHi6Zwfrk7hW0zi0o18Wewvpo=";
    hash = "sha256-v4VoRzQIeqKlxjMYveYL/B6p+2HcmpTkLq/8grl0wtY=";
  };

  postPatch = ''