3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.peaqevcore: 0.0.19 -> 0.0.20

This commit is contained in:
R. Ryantm 2022-04-29 03:21:38 +00:00
parent bf5f25a163
commit b321b5bdb0

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "0.0.19";
version = "0.0.20";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-eEMzhrVKZJjUYwwdZ8M+xi0pbxseOS4ddW9il4XYwJs=";
hash = "sha256-h/WQzkDoEuE4grnb0YeuWhHDPWIqVHgjWgMq02XLahs=";
};
postPatch = ''