3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.peaqevcore: 5.1.3 -> 5.2.0

This commit is contained in:
R. Ryantm 2022-08-15 19:24:46 +00:00
parent 03d52eed55
commit 8069c9c802

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "5.1.3";
version = "5.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-9cfxLbpA2WHsolF/jxrsx7mEWj6exlCNHce3waI308I=";
hash = "sha256-8zllJh34tAymjW3OaFNiDuChdk/og09l51OFlt0jNqs=";
};
postPatch = ''