3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #209217 from fabaff/peaqevcore-bump

python310Packages.peaqevcore: 9.2.3 -> 10.1.4
This commit is contained in:
Fabian Affolter 2023-01-06 15:55:50 +01:00 committed by GitHub
commit 2dcb626258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "9.2.3";
version = "10.1.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-/NsPRspe/Q1hgcgMatFUPWuSfNz0rnmQ2k2fYDo5CnQ=";
hash = "sha256-h3kNmWa9ZOpI0DG49H3n1MPZu753nrdzSIh8V5N3H6I=";
};
postPatch = ''