3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #221810 from fabaff/peaqevcore-bump

python310Packages.peaqevcore: 13.2.0 -> 13.2.2
This commit is contained in:
Mario Rodas 2023-03-18 12:02:50 -05:00 committed by GitHub
commit 53f650a8fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "peaqevcore"; pname = "peaqevcore";
version = "13.2.0"; version = "13.2.2";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-fu4NL5m8+eae2+sTyi1yNA1J2qQfjfSlbIQyorlXZ6Y="; hash = "sha256-N/tLoZNiMY1rzzToVvE9U4buUsmsDEcnKPOuifh7qg0=";
}; };
postPatch = '' postPatch = ''