python310Packages.peaqevcore: 13.4.0 -> 13.4.1

This commit is contained in:
Fabian Affolter 2023-03-23 20:29:40 +01:00
parent c0bbc8c1b6
commit d7f2f0f18f

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "13.4.0";
version = "13.4.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-USDqlZZ8w4A2KC4xGVCkgEuMxGK8ez5+/M6nSe3/46c=";
hash = "sha256-f4Xq68QBcnHZdwZrAwg7QUvZrXYvrflEkh1us48YN/g=";
};
postPatch = ''