Commit 069b4772 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.peaqevcore: 13.4.14 -> 13.4.15

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

buildPythonPackage rec {
  pname = "peaqevcore";
  version = "13.4.14";
  version = "13.4.15";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-BTRv/vzOo5/Ak8J0wnVMxUbeYmPHAZfsISQ6eMkhHeU=";
    hash = "sha256-Cd1fn9oFuoeDh27bbbtOTi4ByxcDmxQlDiDStVokSkM=";
  };

  postPatch = ''