Merge pull request #178527 from r-ryantm/auto-update/python3.10-peaqevcore

python310Packages.peaqevcore: 1.2.1 -> 2.0.0
main
Fabian Affolter 2 years ago committed by GitHub
commit 1d581029d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/python-modules/peaqevcore/default.nix

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "1.2.1";
version = "2.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-PzGWqBL3276hlcS9beW920Ei75hAxLXxttD8zDPWELE=";
hash = "sha256-ctkBzwZ5Caba1JucxCKF7kJs/eZHJz4YSrV3tNyTEXU=";
};
postPatch = ''

Loading…
Cancel
Save