python310Packages.peaqevcore: 1.0.14 -> 1.0.19

main
R. Ryantm 2 years ago
parent c9507b994f
commit b0cb49426e
  1. 4
      pkgs/development/python-modules/peaqevcore/default.nix

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "1.0.14";
version = "1.0.19";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-zHVi950iUultt66amL22d/7INglJtSOHvWCPUSaw5h4=";
hash = "sha256-c+DTawzDwrNmv9RGRa5hEw+cKLTo3BKx3hK8zHW7tWk=";
};
postPatch = ''

Loading…
Cancel
Save