python311Packages.peaqevcore: 19.2.1 -> 19.3.2

Changelog: https://github.com/elden1337/peaqev-core/releases/tag/19.3.2
This commit is contained in:
Fabian Affolter 2023-09-03 22:32:43 +02:00
parent e89bfed9d7
commit 467c3fc9c8

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "19.2.1";
version = "19.3.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-4HLRZSxeRqpe8xutu5sGO63LAStx+3OgkQ1qPH1CUDY=";
hash = "sha256-hVI3syst8F5BNrHcu21OxszPMWuv0wY65yFdfoXLMWM=";
};
postPatch = ''