3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.peaqevcore: 4.0.1 -> 4.0.8

This commit is contained in:
R. Ryantm 2022-08-06 04:24:59 +00:00
parent 9cfb5c053b
commit a84fc9056d

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "4.0.1";
version = "4.0.8";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-iCHXiGKg3ENqw4cX1iNpVZAA944siKbFGKooo+KswsY=";
hash = "sha256-B0t9kNl55VsPC8ZXP7/lRDJ0Hfm4uhSEMGX9To4fjAU=";
};
postPatch = ''