python311Packages.peaqevcore: 19.7.7 -> 19.7.12

This commit is contained in:
R. Ryantm
2024-04-02 18:39:13 +00:00
parent 80c8b15bce
commit 4bbc313c57
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "19.7.7";
version = "19.7.12";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-HJ+8EpxcMhUPJILapNk9esA0iUm8PiHPDm3MmBQDny4=";
hash = "sha256-/oo24hOH2aIXZH0CwmgTNIvA2MJWvOR084rZEOdldGM=";
};
postPatch = ''