python310Packages.peaqevcore: 6.0.3 -> 7.0.8

main
Fabian Affolter 2 years ago
parent c119e44bcc
commit 4ddefe3003
  1. 4
      pkgs/development/python-modules/peaqevcore/default.nix

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "6.0.3";
version = "7.0.8";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-GaN/3WbuXc5p/+VhFngSX6aKnxMj72pyeB9HaA+PbCo=";
hash = "sha256-B6N9JLjbezYMO1119OR58cDhKY1ry7FKf+Q9wpHGiBE=";
};
postPatch = ''

Loading…
Cancel
Save