Commit bb904f2a authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.peaqevcore: 18.1.11 -> 19.0.0

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

buildPythonPackage rec {
  pname = "peaqevcore";
  version = "18.1.11";
  version = "19.0.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-SdnPF2J9AorzSjObkjObIqvejZYSQbjStkKEbiTAOIo=";
    hash = "sha256-0mNxClFeUKVV87mekjpHDrQUb9r6UMN5k7OUNGnraWU=";
  };

  postPatch = ''